COLOR #EFB572

HEX: #EFB572
RGB: (239,181,114)

Renk bilgisi

#EFB572 contains mainly red and green colors. #EFB572 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EFB572 color RGB value is (239,181,114).

  • kırmız ton 239;
  • yeşil ton 181;
  • mavi ton 114.
RGB:
(239,181,114)
(94%,71%,45%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 181 of 255 = 71%
B 114 of 255 = 45%

239
181
114

R + G + B ~ 70%. #EFB572 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 181 + 114 = 534 (100%)
R 239 of 534 ~ 44.76%
G 181 of 534 ~ 33.9%
B 114 of 534 ~ 21.35%

%44.76
%33.9
%21.35

CMYK RENK MODELİ

#EFB572 rengi CMYK tonu (0,24,52,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.27%
  • sarı tonu 52.30%
  • ana renk tonu 6.27%
CMYK:
(0,24,52,6)
C0M24Y52K6 
(0%,24%,52%,6%)
(0.00/0.24/0.52/0.06)	

CMYK yüzdeleri

%0
%24.27
%52.3
%6.27

Codes

Color #EFB572 in popluar color models

EFB572
RGB239181114
HSL32°79.62%69.22%
HSB/HSV32°52.30%93.73%
CMYK0.00%24.27%52.30%
6.27%

Color #EFB572 in popluar number systems.

HEXEFB572
Decimal239181114
Binary11101111101101011110010
Octal357265162

Shades and tints

Shades of #EFB572

#EFB572
(239,181,114)
#DAA568
(218,165,104)
#C5955E
(197,149,94)
#B08554
(176,133,84)
#9B754A
(155,117,74)
#866540
(134,101,64)
#715536
(113,85,54)
#5C452C
(92,69,44)
#473522
(71,53,34)
#322518
(50,37,24)
#1D150E
(29,21,14)
#000000
(0,0,0)

Tints of #EFB572

#EFB572
(239,181,114)
#F0BB7E
(240,187,126)
#F1C18A
(241,193,138)
#F2C796
(242,199,150)
#F3CDA2
(243,205,162)
#F4D3AE
(244,211,174)
#F5D9BA
(245,217,186)
#F6DFC6
(246,223,198)
#F7E5D2
(247,229,210)
#F8EBDE
(248,235,222)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB572 color. Also use rgb(239,181,114) instead hex code.

Text Font Color

.myTextColor { color: #EFB572; }

<p style="color:#EFB572">This sample text font color is #EFB572.</p>

This text font color is #EFB572.


Background Color

.myBgColor { background-color: #EFB572; }

<div style="background-color:#EFB572">Inner text</div>

This div background color is #EFB572.


Border color

.myBorderColor { border: 1px solid #EFB572; }

<div style="border:3px solid #EFB572">Div</div>

This div border color is #EFB572.


Opacity

.myOpacity80 { color: #EFB572; opacity: 0.8; }

<p style="color:#EFB572;opacity:0.8;">80%</p>

Text with #EFB572 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EFB572;}

<p style="text-shadow: 3px 3px 1px #EFB572">Text here.</p>

This text has shadow with #EFB572 color.

.textShadow {text-shadow: 3px 3px 1px #EFB572, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFB572, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFB572 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFB572, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFB572, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFB572 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EFB572;
  -webkit-box-shadow:	1px 1px 3px 2px #EFB572;
  box-shadow:		1px 1px 3px 2px #EFB572;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFB572;
-webkit-box-shadow: 1px 1px 3px 2px #EFB572;
box-shadow:1px 1px 3px 2px #EFB572;">
Div content here</div>
This div box has shadow with color #EFB572.

Preview

Color preview on black background

This text has color #EFB572 on black background.


Color preview on white background

This text has color #EFB572 on white background.



Black color preview on #EFB572 background

This text has black color on #EFB572 background.


White color preview on #EFB572 background

This text has white color on #EFB572 background.