#EDA87D

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

Shades of Tacao #EDA87D

Tints of Tacao #EDA87D

Color information

#EDA87D (or 0xEDA87D) is unknown color: approx Tacao. HEX triplet: ED, A8 and 7D. RGB value is (237,168,125). Sum of RGB (Red+Green+Blue) = 237+168+125=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA87D is #125782. Grayscale: #B7B7B7. Windows color (decimal): -1202051 or 8235245. OLE color: 8235245.

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

Color convert

RGB237168125-
CMYK00.290.470.07
HSL23.04º75.68%70.98%-
HSV(B)23.04º47.26%92.94%-
XYZ52.6347.4925.79-
YUV183.7394.86166-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=44.72%
G=31.70%
B=23.58%

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
Decimal23716812500.290.470.0723.0475.6870.98
HexEDA87D01D2F7174c47
Octal35525017503557727114107
Binary111011011010100011111010111011011111111011110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA87D; }

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

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

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

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

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

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

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

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