Shades of Corvette #EDB781
Tints of Corvette #EDB781
RGB
CMYK
RGB Variations
Color information
#EDB781 (or 0xEDB781) is known color: Corvette. HEX triplet: ED, B7 and 81. RGB value is (237,183,129). Sum of RGB (Red+Green+Blue) = 237+183+129=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB781 is #12487E. Grayscale: #C1C1C1. Windows color (decimal): -1198207 or 8501229. OLE color: 8501229.
HSL color Cylindrical-coordinate representation of color #EDB781: hue angle of 30º 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 #EDB781 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 129 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.07 |
| HSL | 30º | 0.75% | 0.72% | - |
| HSV(B) | 30º | 0.46% | 0.93% | - |
| XYZ | 55.82 | 53.46 | 28.14 | - |
| YUV | 192.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 129 | 0 | 0.23 | 0.46 | 0.07 | 30 | 0.75 | 0.72 |
| Hex | ED | B7 | 81 | 0 | 17 | 2E | 7 | 1E | 4B | 48 |
| Octal | 355 | 267 | 201 | 0 | 27 | 56 | 7 | 36 | 113 | 110 |
| Binary | 11101101 | 10110111 | 10000001 | 0 | 10111 | 101110 | 111 | 11110 | 1001011 | 1001000 |
Color Harmonies of #EDB781
Complementary color
Monochromatic Colors of #EDB781
Black with #EDB781
Text Example
Text Example
White with #EDB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB781; }
p { color: rgb(237,183,129); }
H1.HeaderClassName
{
color: #EDB781;
}
.AnyTagClassName
{
color: #EDB781;
}
</style>
background-color css
<style>
a { background-color: #EDB781; }
a { background-color: rgb(237,183,129); }
div.DivClassName
{
background-color: #EDB781;
}
.BgClassName
{
background-color: #EDB781;
}
</style>
border-color css
<style>
span { border-color: #EDB781; }
span { border-color: rgb(237,183,129); }
td.TdClassName
{
border-color: #EDB781;
}
.TagClassName
{
border-color: #EDB781;
}
</style>