#EEA97F

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

Shades of Tacao #EEA97F

Tints of Tacao #EEA97F

Color information

#EEA97F (or 0xEEA97F) is unknown color: approx Tacao. HEX triplet: EE, A9 and 7F. RGB value is (238,169,127). Sum of RGB (Red+Green+Blue) = 238+169+127=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA97F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA97F is #115680. Grayscale: #B9B9B9. Windows color (decimal): -1136257 or 8366574. OLE color: 8366574.

HSL color Cylindrical-coordinate representation of color #EEA97F: hue angle of 22.7º 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 #EEA97F is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238169127-
CMYK00.290.470.07
HSL22.7º76.55%71.57%-
HSV(B)22.7º46.64%93.33%-
XYZ53.2848.0926.55-
YUV184.8495.36165.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.57%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 127 (50% from 255) = 23.78%
R=44.57%
G=31.65%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816912700.290.470.0722.776.5571.57
HexEEA97F01D2F7174d48
Octal35625117703557727115110
Binary111011101010100111111110111011011111111011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA97F; }

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

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

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

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

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

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

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

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