#EEA978

Color #EEA978 Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #EEA978

Tints of Tacao #EEA978

Color information

#EEA978 (or 0xEEA978) is unknown color: approx Tacao. HEX triplet: EE, A9 and 78. RGB value is (238,169,120). Sum of RGB (Red+Green+Blue) = 238+169+120=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA978 is #115687. Grayscale: #B8B8B8. Windows color (decimal): -1136264 or 7907822. OLE color: 7907822.

HSL color Cylindrical-coordinate representation of color #EEA978: hue angle of 24.92º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEA978 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238169120-
CMYK00.290.500.07
HSL24.92º77.63%70.2%-
HSV(B)24.92º49.58%93.33%-
XYZ52.8447.9124.23-
YUV184.0491.86166.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.16%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 120 (47.27% from 255) = 22.77%
R=45.16%
G=32.07%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816912000.290.500.0724.9277.6370.2
HexEEA97801D327194e46
Octal35625117003562731116106
Binary111011101010100111110000111011100101111100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA978; }

 p { color: rgb(238,169,120); }

 H1.HeaderClassName
 {
   color: #EEA978;
 }
 .AnyTagClassName
 {
   color: #EEA978;
 }
</style>
background-color css

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

 a { background-color: rgb(238,169,120); }

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

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

 span { border-color: rgb(238,169,120); }

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