#EDAE75

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

Shades of Tacao #EDAE75

Tints of Tacao #EDAE75

Color information

#EDAE75 (or 0xEDAE75) is unknown color: approx Tacao. HEX triplet: ED, AE and 75. RGB value is (237,174,117). Sum of RGB (Red+Green+Blue) = 237+174+117=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE75 is #12518A. Grayscale: #BABABA. Windows color (decimal): -1200523 or 7712493. OLE color: 7712493.

HSL color Cylindrical-coordinate representation of color #EDAE75: hue angle of 28.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 #EDAE75 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237174117-
CMYK00.270.510.07
HSL28.5º76.92%69.41%-
HSV(B)28.5º50.63%92.94%-
XYZ53.2749.5623.59-
YUV186.3488.87164.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=44.89%
G=32.95%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717411700.270.510.0728.576.9269.41
HexEDAE7501B3371d4d45
Octal35525616503363735115105
Binary111011011010111011101010110111100111111110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE75; }

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

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

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

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

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

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

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

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