Shades of Corvette #EDB577
Tints of Corvette #EDB577
RGB
CMYK
RGB Variations
Color information
#EDB577 (or 0xEDB577) is known color: Corvette. HEX triplet: ED, B5 and 77. RGB value is (237,181,119). Sum of RGB (Red+Green+Blue) = 237+181+119=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB577 is #124A88. Grayscale: #BEBEBE. Windows color (decimal): -1198729 or 7845357. OLE color: 7845357.
HSL color Cylindrical-coordinate representation of color #EDB577: hue angle of 31.53º 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 #EDB577 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 119 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.07 |
| HSL | 31.53º | 0.77% | 0.7% | - |
| HSV(B) | 31.53º | 0.5% | 0.93% | - |
| XYZ | 54.78 | 52.38 | 24.68 | - |
| YUV | 190.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 119 | 0 | 0.24 | 0.50 | 0.07 | 31.53 | 0.77 | 0.7 |
| Hex | ED | B5 | 77 | 0 | 18 | 32 | 7 | 20 | 4D | 46 |
| Octal | 355 | 265 | 167 | 0 | 30 | 62 | 7 | 40 | 115 | 106 |
| Binary | 11101101 | 10110101 | 1110111 | 0 | 11000 | 110010 | 111 | 100000 | 1001101 | 1000110 |
Color Harmonies of #EDB577
Complementary color
Monochromatic Colors of #EDB577
Black with #EDB577
Text Example
Text Example
White with #EDB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB577; }
p { color: rgb(237,181,119); }
H1.HeaderClassName
{
color: #EDB577;
}
.AnyTagClassName
{
color: #EDB577;
}
</style>
background-color css
<style>
a { background-color: #EDB577; }
a { background-color: rgb(237,181,119); }
div.DivClassName
{
background-color: #EDB577;
}
.BgClassName
{
background-color: #EDB577;
}
</style>
border-color css
<style>
span { border-color: #EDB577; }
span { border-color: rgb(237,181,119); }
td.TdClassName
{
border-color: #EDB577;
}
.TagClassName
{
border-color: #EDB577;
}
</style>