COLOR #E5AF74

HEX: #E5AF74
RGB: (229,175,116)

Renk bilgisi

#E5AF74 contains mainly red and green colors. #E5AF74 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E5AF74 color RGB value is (229,175,116).

  • kırmız ton 229;
  • yeşil ton 175;
  • mavi ton 116.
RGB:
(229,175,116)
(90%,69%,45%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 175 of 255 = 69%
B 116 of 255 = 45%

229
175
116

R + G + B ~ 68%. #E5AF74 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 175 + 116 = 520 (100%)
R 229 of 520 ~ 44.04%
G 175 of 520 ~ 33.65%
B 116 of 520 ~ 22.31%

%44.04
%33.65
%22.31

CMYK RENK MODELİ

#E5AF74 rengi CMYK tonu (0,24,49,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.58%
  • sarı tonu 49.34%
  • ana renk tonu 10.20%
CMYK:
(0,24,49,10)
C0M24Y49K10 
(0%,24%,49%,10%)
(0.00/0.24/0.49/0.10)	

CMYK yüzdeleri

%0
%23.58
%49.34
%10.2

Codes

Color #E5AF74 in popluar color models

E5AF74
RGB229175116
HSL31°68.48%67.65%
HSB/HSV31°49.34%89.80%
CMYK0.00%23.58%49.34%
10.20%

Color #E5AF74 in popluar number systems.

HEXE5AF74
Decimal229175116
Binary11100101101011111110100
Octal345257164

Shades and tints

Shades of #E5AF74

#E5AF74
(229,175,116)
#D1A06A
(209,160,106)
#BD9160
(189,145,96)
#A98256
(169,130,86)
#95734C
(149,115,76)
#816442
(129,100,66)
#6D5538
(109,85,56)
#59462E
(89,70,46)
#453724
(69,55,36)
#31281A
(49,40,26)
#1D1910
(29,25,16)
#000000
(0,0,0)

Tints of #E5AF74

#E5AF74
(229,175,116)
#E7B680
(231,182,128)
#E9BD8C
(233,189,140)
#EBC498
(235,196,152)
#EDCBA4
(237,203,164)
#EFD2B0
(239,210,176)
#F1D9BC
(241,217,188)
#F3E0C8
(243,224,200)
#F5E7D4
(245,231,212)
#F7EEE0
(247,238,224)
#F9F5EC
(249,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AF74 color. Also use rgb(229,175,116) instead hex code.

Text Font Color

.myTextColor { color: #E5AF74; }

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

This text font color is #E5AF74.


Background Color

.myBgColor { background-color: #E5AF74; }

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

This div background color is #E5AF74.


Border color

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

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

This div border color is #E5AF74.


Opacity

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

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

Text with #E5AF74 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 #E5AF74;}

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

This text has shadow with #E5AF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AF74 on black background.


Color preview on white background

This text has color #E5AF74 on white background.



Black color preview on #E5AF74 background

This text has black color on #E5AF74 background.


White color preview on #E5AF74 background

This text has white color on #E5AF74 background.