#EDAA75

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

Shades of Tacao #EDAA75

Tints of Tacao #EDAA75

Color information

#EDAA75 (or 0xEDAA75) is unknown color: approx Tacao. HEX triplet: ED, AA and 75. RGB value is (237,170,117). Sum of RGB (Red+Green+Blue) = 237+170+117=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA75 is #12558A. Grayscale: #B8B8B8. Windows color (decimal): -1201547 or 7711469. OLE color: 7711469.

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

Color convert

RGB237170117-
CMYK00.280.510.07
HSL26.5º76.92%69.41%-
HSV(B)26.5º50.63%92.94%-
XYZ52.5148.0423.33-
YUV183.9990.2165.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=45.23%
G=32.44%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717011700.280.510.0726.576.9269.41
HexEDAA7501C3371b4d45
Octal35525216503463733115105
Binary111011011010101011101010111001100111111101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA75; }

 p { color: rgb(237,170,117); }

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

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

 a { background-color: rgb(237,170,117); }

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

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

 span { border-color: rgb(237,170,117); }

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