Shades of Corvette #EDB780
Tints of Corvette #EDB780
RGB
CMYK
RGB Variations
Color information
#EDB780 (or 0xEDB780) is known color: Corvette. HEX triplet: ED, B7 and 80. RGB value is (237,183,128). Sum of RGB (Red+Green+Blue) = 237+183+128=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB780 is #12487F. Grayscale: #C1C1C1. Windows color (decimal): -1198208 or 8435693. OLE color: 8435693.
HSL color Cylindrical-coordinate representation of color #EDB780: hue angle of 30.28º 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 #EDB780 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 128 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.07 |
| HSL | 30.28º | 0.75% | 0.72% | - |
| HSV(B) | 30.28º | 0.46% | 0.93% | - |
| XYZ | 55.75 | 53.43 | 27.8 | - |
| YUV | 192.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 128 | 0 | 0.23 | 0.46 | 0.07 | 30.28 | 0.75 | 0.72 |
| Hex | ED | B7 | 80 | 0 | 17 | 2E | 7 | 1E | 4B | 48 |
| Octal | 355 | 267 | 200 | 0 | 27 | 56 | 7 | 36 | 113 | 110 |
| Binary | 11101101 | 10110111 | 10000000 | 0 | 10111 | 101110 | 111 | 11110 | 1001011 | 1001000 |
Color Harmonies of #EDB780
Complementary color
Monochromatic Colors of #EDB780
Black with #EDB780
Text Example
Text Example
White with #EDB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB780; }
p { color: rgb(237,183,128); }
H1.HeaderClassName
{
color: #EDB780;
}
.AnyTagClassName
{
color: #EDB780;
}
</style>
background-color css
<style>
a { background-color: #EDB780; }
a { background-color: rgb(237,183,128); }
div.DivClassName
{
background-color: #EDB780;
}
.BgClassName
{
background-color: #EDB780;
}
</style>
border-color css
<style>
span { border-color: #EDB780; }
span { border-color: rgb(237,183,128); }
td.TdClassName
{
border-color: #EDB780;
}
.TagClassName
{
border-color: #EDB780;
}
</style>