#EDB077

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

Shades of Tacao #EDB077

Tints of Tacao #EDB077

Color information

#EDB077 (or 0xEDB077) is unknown color: approx Tacao. HEX triplet: ED, B0 and 77. RGB value is (237,176,119). Sum of RGB (Red+Green+Blue) = 237+176+119=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB077 is #124F88. Grayscale: #BCBCBC. Windows color (decimal): -1200009 or 7844077. OLE color: 7844077.

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

Color convert

RGB237176119-
CMYK00.260.500.07
HSL28.98º76.62%69.8%-
HSV(B)28.98º49.79%92.94%-
XYZ53.7850.3924.34-
YUV187.7489.21163.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 119 (46.88% from 255) = 22.37%
R=44.55%
G=33.08%
B=22.37%

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
Decimal23717611900.260.500.0728.9876.6269.8
HexEDB07701A3271d4d46
Octal35526016703262735115106
Binary111011011011000011101110110101100101111110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB077; }

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

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

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

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

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

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

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

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