#EEA57F

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

Shades of Tacao #EEA57F

Tints of Tacao #EEA57F

Color information

#EEA57F (or 0xEEA57F) is unknown color: approx Tacao. HEX triplet: EE, A5 and 7F. RGB value is (238,165,127). Sum of RGB (Red+Green+Blue) = 238+165+127=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA57F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA57F is #115A80. Grayscale: #B6B6B6. Windows color (decimal): -1137281 or 8365550. OLE color: 8365550.

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

Color convert

RGB238165127-
CMYK00.310.470.07
HSL20.54º76.55%71.57%-
HSV(B)20.54º46.64%93.33%-
XYZ52.5546.6226.31-
YUV182.596.68167.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 127 (50% from 255) = 23.96%
R=44.91%
G=31.13%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816512700.310.470.0720.5476.5571.57
HexEEA57F01F2F7154d48
Octal35624517703757725115110
Binary111011101010010111111110111111011111111010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA57F; }

 p { color: rgb(238,165,127); }

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

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

 a { background-color: rgb(238,165,127); }

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

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

 span { border-color: rgb(238,165,127); }

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