#EEA67D

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

Shades of Tacao #EEA67D

Tints of Tacao #EEA67D

Color information

#EEA67D (or 0xEEA67D) is unknown color: approx Tacao. HEX triplet: EE, A6 and 7D. RGB value is (238,166,125). Sum of RGB (Red+Green+Blue) = 238+166+125=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA67D is #115982. Grayscale: #B7B7B7. Windows color (decimal): -1137027 or 8234734. OLE color: 8234734.

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

Color convert

RGB238166125-
CMYK00.300.470.07
HSL21.77º76.87%71.18%-
HSV(B)21.77º47.48%93.33%-
XYZ52.646.9325.69-
YUV182.8595.35167.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=44.99%
G=31.38%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816612500.300.470.0721.7776.8771.18
HexEEA67D01E2F7164d47
Octal35624617503657726115107
Binary111011101010011011111010111101011111111011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA67D; }

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

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

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

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

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

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

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

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