Html Css Color HEX #EEAF74 Tacao

📋 copy color: '#EEAF74'

red 238 ◦ green 175 ◦ blue 116

#EEAF74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EEAF74

Tints of Tacao #EEAF74

RGB

 RED value IS 238 (93.36% from 255) = 44.99%

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 44.99%
G = 33.08%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEAF74 (or 0xEEAF74) is known color: Tacao. HEX triplet: EE, AF and 74. RGB value is (238,175,116). Sum of RGB (Red+Green+Blue) = 238+175+116=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF74 is #11508B. Grayscale: #BBBBBB. Windows color (decimal): -1134732 or 7647214. OLE color: 7647214.

HSL color Cylindrical-coordinate representation of color #EEAF74: hue angle of 29.02º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEAF74 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 175 116 -
CMYK 0 0.26 0.51 0.07
HSL 29.02º 0.78% 0.69% -
HSV(B) 29.02º 0.51% 0.93% -
XYZ 53.74 50.1 23.36 -
YUV 187.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 238 175 116 0 0.26 0.51 0.07 29.02 0.78 0.69
Hex EE AF 74 0 1A 33 7 1D 4E 45
Octal 356 257 164 0 32 63 7 35 116 105
Binary 11101110 10101111 1110100 0 11010 110011 111 11101 1001110 1000101

Color Harmonies of #EEAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF74

Black with #EEAF74

Text Example


Text Example

White with #EEAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF74; }

 p { color: rgb(238,175,116); }

 H1.HeaderClassName
 {
   color: #EEAF74;
 }
 .AnyTagClassName
 {
   color: #EEAF74;
 }
</style>

background-color css

<style>
 a { background-color: #EEAF74; }

 a { background-color: rgb(238,175,116); }

 div.DivClassName
 {
   background-color: #EEAF74;
 }
 .BgClassName
 {
   background-color: #EEAF74;
 }
</style>

border-color css

<style>
 span { border-color: #EEAF74; }

 span { border-color: rgb(238,175,116); }

 td.TdClassName
 {
   border-color: #EEAF74;
 }
 .TagClassName
 {
   border-color: #EEAF74;
 }
</style>