#EDAE77

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

Shades of Tacao #EDAE77

Tints of Tacao #EDAE77

Color information

#EDAE77 (or 0xEDAE77) is unknown color: approx Tacao. HEX triplet: ED, AE and 77. RGB value is (237,174,119). Sum of RGB (Red+Green+Blue) = 237+174+119=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE77 is #125188. Grayscale: #BABABA. Windows color (decimal): -1200521 or 7843565. OLE color: 7843565.

HSL color Cylindrical-coordinate representation of color #EDAE77: hue angle of 27.97º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDAE77 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237174119-
CMYK00.270.500.07
HSL27.97º76.62%69.8%-
HSV(B)27.97º49.79%92.94%-
XYZ53.3949.6124.21-
YUV186.5789.87163.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 119 (46.88% from 255) = 22.45%
R=44.72%
G=32.83%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717411900.270.500.0727.9776.6269.8
HexEDAE7701B3271c4d46
Octal35525616703362734115106
Binary111011011010111011101110110111100101111110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE77; }

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

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

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

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

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

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

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

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