#EDA87B

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

Shades of Tacao #EDA87B

Tints of Tacao #EDA87B

Color information

#EDA87B (or 0xEDA87B) is unknown color: approx Tacao. HEX triplet: ED, A8 and 7B. RGB value is (237,168,123). Sum of RGB (Red+Green+Blue) = 237+168+123=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA87B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA87B is #125784. Grayscale: #B7B7B7. Windows color (decimal): -1202053 or 8104173. OLE color: 8104173.

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

Color convert

RGB237168123-
CMYK00.290.480.07
HSL23.68º76%70.59%-
HSV(B)23.68º48.1%92.94%-
XYZ52.547.4425.13-
YUV183.593.86166.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 123 (48.44% from 255) = 23.30%
R=44.89%
G=31.82%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716812300.290.480.0723.687670.59
HexEDA87B01D307184c47
Octal35525017303560730114107
Binary111011011010100011110110111011100001111100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA87B; }

 p { color: rgb(237,168,123); }

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

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

 a { background-color: rgb(237,168,123); }

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

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

 span { border-color: rgb(237,168,123); }

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