Shades of Corvette #EDB982
Tints of Corvette #EDB982
RGB
CMYK
RGB Variations
Color information
#EDB982 (or 0xEDB982) is known color: Corvette. HEX triplet: ED, B9 and 82. RGB value is (237,185,130). Sum of RGB (Red+Green+Blue) = 237+185+130=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB982 is #12467D. Grayscale: #C2C2C2. Windows color (decimal): -1197694 or 8567277. OLE color: 8567277.
HSL color Cylindrical-coordinate representation of color #EDB982: hue angle of 30.84º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDB982 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 130 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.07 |
| HSL | 30.84º | 0.75% | 0.72% | - |
| HSV(B) | 30.84º | 0.45% | 0.93% | - |
| XYZ | 56.3 | 54.31 | 28.64 | - |
| YUV | 194.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 130 | 0 | 0.22 | 0.45 | 0.07 | 30.84 | 0.75 | 0.72 |
| Hex | ED | B9 | 82 | 0 | 16 | 2D | 7 | 1F | 4B | 48 |
| Octal | 355 | 271 | 202 | 0 | 26 | 55 | 7 | 37 | 113 | 110 |
| Binary | 11101101 | 10111001 | 10000010 | 0 | 10110 | 101101 | 111 | 11111 | 1001011 | 1001000 |
Color Harmonies of #EDB982
Complementary color
Monochromatic Colors of #EDB982
Black with #EDB982
Text Example
Text Example
White with #EDB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB982; }
p { color: rgb(237,185,130); }
H1.HeaderClassName
{
color: #EDB982;
}
.AnyTagClassName
{
color: #EDB982;
}
</style>
background-color css
<style>
a { background-color: #EDB982; }
a { background-color: rgb(237,185,130); }
div.DivClassName
{
background-color: #EDB982;
}
.BgClassName
{
background-color: #EDB982;
}
</style>
border-color css
<style>
span { border-color: #EDB982; }
span { border-color: rgb(237,185,130); }
td.TdClassName
{
border-color: #EDB982;
}
.TagClassName
{
border-color: #EDB982;
}
</style>