Shades of Corvette #EDB588
Tints of Corvette #EDB588
RGB
CMYK
RGB Variations
Color information
#EDB588 (or 0xEDB588) is known color: Corvette. HEX triplet: ED, B5 and 88. RGB value is (237,181,136). Sum of RGB (Red+Green+Blue) = 237+181+136=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB588 is #124A77. Grayscale: #C0C0C0. Windows color (decimal): -1198712 or 8959469. OLE color: 8959469.
HSL color Cylindrical-coordinate representation of color #EDB588: hue angle of 26.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDB588 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 136 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.07 |
| HSL | 26.73º | 0.74% | 0.73% | - |
| HSV(B) | 26.73º | 0.43% | 0.93% | - |
| XYZ | 55.89 | 52.83 | 30.54 | - |
| YUV | 192.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 136 | 0 | 0.24 | 0.43 | 0.07 | 26.73 | 0.74 | 0.73 |
| Hex | ED | B5 | 88 | 0 | 18 | 2B | 7 | 1B | 4A | 49 |
| Octal | 355 | 265 | 210 | 0 | 30 | 53 | 7 | 33 | 112 | 111 |
| Binary | 11101101 | 10110101 | 10001000 | 0 | 11000 | 101011 | 111 | 11011 | 1001010 | 1001001 |
Color Harmonies of #EDB588
Complementary color
Monochromatic Colors of #EDB588
Black with #EDB588
Text Example
Text Example
White with #EDB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB588; }
p { color: rgb(237,181,136); }
H1.HeaderClassName
{
color: #EDB588;
}
.AnyTagClassName
{
color: #EDB588;
}
</style>
background-color css
<style>
a { background-color: #EDB588; }
a { background-color: rgb(237,181,136); }
div.DivClassName
{
background-color: #EDB588;
}
.BgClassName
{
background-color: #EDB588;
}
</style>
border-color css
<style>
span { border-color: #EDB588; }
span { border-color: rgb(237,181,136); }
td.TdClassName
{
border-color: #EDB588;
}
.TagClassName
{
border-color: #EDB588;
}
</style>