#EDB176

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

Shades of Tacao #EDB176

Tints of Tacao #EDB176

Color information

#EDB176 (or 0xEDB176) is unknown color: approx Tacao. HEX triplet: ED, B1 and 76. RGB value is (237,177,118). Sum of RGB (Red+Green+Blue) = 237+177+118=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB176 is #124E89. Grayscale: #BCBCBC. Windows color (decimal): -1199754 or 7778797. OLE color: 7778797.

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

Color convert

RGB237177118-
CMYK00.250.500.07
HSL29.75º76.77%69.61%-
HSV(B)29.75º50.21%92.94%-
XYZ53.9250.7624.09-
YUV188.2188.38162.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 118 (46.48% from 255) = 22.18%
R=44.55%
G=33.27%
B=22.18%

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
Decimal23717711800.250.500.0729.7576.7769.61
HexEDB1760193271e4d46
Octal35526116603162736115106
Binary111011011011000111101100110011100101111111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB176; }

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

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

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

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

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

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

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

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