#EEA67B

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

Shades of Tacao #EEA67B

Tints of Tacao #EEA67B

Color information

#EEA67B (or 0xEEA67B) is unknown color: approx Tacao. HEX triplet: EE, A6 and 7B. RGB value is (238,166,123). Sum of RGB (Red+Green+Blue) = 238+166+123=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA67B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA67B is #115984. Grayscale: #B6B6B6. Windows color (decimal): -1137029 or 8103662. OLE color: 8103662.

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

Color convert

RGB238166123-
CMYK00.300.480.07
HSL22.43º77.18%70.78%-
HSV(B)22.43º48.32%93.33%-
XYZ52.4746.8825.02-
YUV182.6394.35167.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.16%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=45.16%
G=31.50%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816612300.300.480.0722.4377.1870.78
HexEEA67B01E307164d47
Octal35624617303660726115107
Binary111011101010011011110110111101100001111011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA67B; }

 p { color: rgb(238,166,123); }

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

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

 a { background-color: rgb(238,166,123); }

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

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

 span { border-color: rgb(238,166,123); }

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