#EEAF82

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

Shades of Tacao #EEAF82

Tints of Tacao #EEAF82

Color information

#EEAF82 (or 0xEEAF82) is unknown color: approx Tacao. HEX triplet: EE, AF and 82. RGB value is (238,175,130). Sum of RGB (Red+Green+Blue) = 238+175+130=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAF82 is #11507D. Grayscale: #BCBCBC. Windows color (decimal): -1134718 or 8564718. OLE color: 8564718.

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

Color convert

RGB238175130-
CMYK00.260.450.07
HSL25º76.06%72.16%-
HSV(B)25º45.38%93.33%-
XYZ54.6250.4527.98-
YUV188.7194.87163.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 130 (51.17% from 255) = 23.94%
R=43.83%
G=32.23%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817513000.260.450.072576.0672.16
HexEEAF8201A2D7194c48
Octal35625720203255731114110
Binary1110111010101111100000100110101011011111100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF82; }

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

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

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

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

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

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

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

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