Shades of Corvette #EDB880
Tints of Corvette #EDB880
RGB
CMYK
RGB Variations
Color information
#EDB880 (or 0xEDB880) is known color: Corvette. HEX triplet: ED, B8 and 80. RGB value is (237,184,128). Sum of RGB (Red+Green+Blue) = 237+184+128=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB880 is #12477F. Grayscale: #C1C1C1. Windows color (decimal): -1197952 or 8435949. OLE color: 8435949.
HSL color Cylindrical-coordinate representation of color #EDB880: hue angle of 30.83º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDB880 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 128 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.07 |
| HSL | 30.83º | 0.75% | 0.72% | - |
| HSV(B) | 30.83º | 0.46% | 0.93% | - |
| XYZ | 55.96 | 53.84 | 27.87 | - |
| YUV | 193.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 128 | 0 | 0.22 | 0.46 | 0.07 | 30.83 | 0.75 | 0.72 |
| Hex | ED | B8 | 80 | 0 | 16 | 2E | 7 | 1F | 4B | 48 |
| Octal | 355 | 270 | 200 | 0 | 26 | 56 | 7 | 37 | 113 | 110 |
| Binary | 11101101 | 10111000 | 10000000 | 0 | 10110 | 101110 | 111 | 11111 | 1001011 | 1001000 |
Color Harmonies of #EDB880
Complementary color
Monochromatic Colors of #EDB880
Black with #EDB880
Text Example
Text Example
White with #EDB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB880; }
p { color: rgb(237,184,128); }
H1.HeaderClassName
{
color: #EDB880;
}
.AnyTagClassName
{
color: #EDB880;
}
</style>
background-color css
<style>
a { background-color: #EDB880; }
a { background-color: rgb(237,184,128); }
div.DivClassName
{
background-color: #EDB880;
}
.BgClassName
{
background-color: #EDB880;
}
</style>
border-color css
<style>
span { border-color: #EDB880; }
span { border-color: rgb(237,184,128); }
td.TdClassName
{
border-color: #EDB880;
}
.TagClassName
{
border-color: #EDB880;
}
</style>