#EDB177

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

Shades of Tacao #EDB177

Tints of Tacao #EDB177

Color information

#EDB177 (or 0xEDB177) is unknown color: approx Tacao. HEX triplet: ED, B1 and 77. RGB value is (237,177,119). Sum of RGB (Red+Green+Blue) = 237+177+119=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB177 is #124E88. Grayscale: #BCBCBC. Windows color (decimal): -1199753 or 7844333. OLE color: 7844333.

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

Color convert

RGB237177119-
CMYK00.250.500.07
HSL29.49º76.62%69.8%-
HSV(B)29.49º49.79%92.94%-
XYZ53.9850.7824.41-
YUV188.3388.88162.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 119 (46.88% from 255) = 22.33%
R=44.47%
G=33.21%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717711900.250.500.0729.4976.6269.8
HexEDB1770193271d4d46
Octal35526116703162735115106
Binary111011011011000111101110110011100101111110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB177; }

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

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

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

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

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

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

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

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