#EDB076

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

Shades of Tacao #EDB076

Tints of Tacao #EDB076

Color information

#EDB076 (or 0xEDB076) is unknown color: approx Tacao. HEX triplet: ED, B0 and 76. RGB value is (237,176,118). Sum of RGB (Red+Green+Blue) = 237+176+118=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB076 is #124F89. Grayscale: #BBBBBB. Windows color (decimal): -1200010 or 7778541. OLE color: 7778541.

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

Color convert

RGB237176118-
CMYK00.260.500.07
HSL29.24º76.77%69.61%-
HSV(B)29.24º50.21%92.94%-
XYZ53.7250.3624.03-
YUV187.6388.71163.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=44.63%
G=33.15%
B=22.22%

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
Decimal23717611800.260.500.0729.2476.7769.61
HexEDB07601A3271d4d46
Octal35526016603262735115106
Binary111011011011000011101100110101100101111110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB076; }

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

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

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

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

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

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

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

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