#EDAD77

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

Shades of Tacao #EDAD77

Tints of Tacao #EDAD77

Color information

#EDAD77 (or 0xEDAD77) is unknown color: approx Tacao. HEX triplet: ED, AD and 77. RGB value is (237,173,119). Sum of RGB (Red+Green+Blue) = 237+173+119=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD77 is #125288. Grayscale: #BABABA. Windows color (decimal): -1200777 or 7843309. OLE color: 7843309.

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

Color convert

RGB237173119-
CMYK00.270.500.07
HSL27.46º76.62%69.8%-
HSV(B)27.46º49.79%92.94%-
XYZ53.249.2224.15-
YUV185.9890.2164.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 119 (46.88% from 255) = 22.50%
R=44.80%
G=32.70%
B=22.50%

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
Decimal23717311900.270.500.0727.4676.6269.8
HexEDAD7701B3271b4d46
Octal35525516703362733115106
Binary111011011010110111101110110111100101111101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD77; }

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

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

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

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

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

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

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

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