#EDAF77

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

Shades of Tacao #EDAF77

Tints of Tacao #EDAF77

Color information

#EDAF77 (or 0xEDAF77) is unknown color: approx Tacao. HEX triplet: ED, AF and 77. RGB value is (237,175,119). Sum of RGB (Red+Green+Blue) = 237+175+119=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF77 is #125088. Grayscale: #BBBBBB. Windows color (decimal): -1200265 or 7843821. OLE color: 7843821.

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

Color convert

RGB237175119-
CMYK00.260.500.07
HSL28.47º76.62%69.8%-
HSV(B)28.47º49.79%92.94%-
XYZ53.585024.28-
YUV187.1589.54163.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=44.63%
G=32.96%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717511900.260.500.0728.4776.6269.8
HexEDAF7701A3271c4d46
Octal35525716703262734115106
Binary111011011010111111101110110101100101111110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF77; }

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

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

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

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

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

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

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

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