Shades of Corvette #EDB576
Tints of Corvette #EDB576
RGB
CMYK
RGB Variations
Color information
#EDB576 (or 0xEDB576) is known color: Corvette. HEX triplet: ED, B5 and 76. RGB value is (237,181,118). Sum of RGB (Red+Green+Blue) = 237+181+118=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB576 is #124A89. Grayscale: #BEBEBE. Windows color (decimal): -1198730 or 7779821. OLE color: 7779821.
HSL color Cylindrical-coordinate representation of color #EDB576: hue angle of 31.76º 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 #EDB576 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 118 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.07 |
| HSL | 31.76º | 0.77% | 0.7% | - |
| HSV(B) | 31.76º | 0.5% | 0.93% | - |
| XYZ | 54.72 | 52.36 | 24.36 | - |
| YUV | 190.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 118 | 0 | 0.24 | 0.50 | 0.07 | 31.76 | 0.77 | 0.7 |
| Hex | ED | B5 | 76 | 0 | 18 | 32 | 7 | 20 | 4D | 46 |
| Octal | 355 | 265 | 166 | 0 | 30 | 62 | 7 | 40 | 115 | 106 |
| Binary | 11101101 | 10110101 | 1110110 | 0 | 11000 | 110010 | 111 | 100000 | 1001101 | 1000110 |
Color Harmonies of #EDB576
Complementary color
Monochromatic Colors of #EDB576
Black with #EDB576
Text Example
Text Example
White with #EDB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB576; }
p { color: rgb(237,181,118); }
H1.HeaderClassName
{
color: #EDB576;
}
.AnyTagClassName
{
color: #EDB576;
}
</style>
background-color css
<style>
a { background-color: #EDB576; }
a { background-color: rgb(237,181,118); }
div.DivClassName
{
background-color: #EDB576;
}
.BgClassName
{
background-color: #EDB576;
}
</style>
border-color css
<style>
span { border-color: #EDB576; }
span { border-color: rgb(237,181,118); }
td.TdClassName
{
border-color: #EDB576;
}
.TagClassName
{
border-color: #EDB576;
}
</style>