Shades of Corvette #EDBB81
Tints of Corvette #EDBB81
RGB
CMYK
RGB Variations
Color information
#EDBB81 (or 0xEDBB81) is known color: Corvette. HEX triplet: ED, BB and 81. RGB value is (237,187,129). Sum of RGB (Red+Green+Blue) = 237+187+129=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB81 is #12447E. Grayscale: #C3C3C3. Windows color (decimal): -1197183 or 8502253. OLE color: 8502253.
HSL color Cylindrical-coordinate representation of color #EDBB81: hue angle of 32.22º 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 #EDBB81 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 129 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.07 |
| HSL | 32.22º | 0.75% | 0.72% | - |
| HSV(B) | 32.22º | 0.46% | 0.93% | - |
| XYZ | 56.66 | 55.13 | 28.42 | - |
| YUV | 195.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 129 | 0 | 0.21 | 0.46 | 0.07 | 32.22 | 0.75 | 0.72 |
| Hex | ED | BB | 81 | 0 | 15 | 2E | 7 | 20 | 4B | 48 |
| Octal | 355 | 273 | 201 | 0 | 25 | 56 | 7 | 40 | 113 | 110 |
| Binary | 11101101 | 10111011 | 10000001 | 0 | 10101 | 101110 | 111 | 100000 | 1001011 | 1001000 |
Color Harmonies of #EDBB81
Complementary color
Monochromatic Colors of #EDBB81
Black with #EDBB81
Text Example
Text Example
White with #EDBB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB81; }
p { color: rgb(237,187,129); }
H1.HeaderClassName
{
color: #EDBB81;
}
.AnyTagClassName
{
color: #EDBB81;
}
</style>
background-color css
<style>
a { background-color: #EDBB81; }
a { background-color: rgb(237,187,129); }
div.DivClassName
{
background-color: #EDBB81;
}
.BgClassName
{
background-color: #EDBB81;
}
</style>
border-color css
<style>
span { border-color: #EDBB81; }
span { border-color: rgb(237,187,129); }
td.TdClassName
{
border-color: #EDBB81;
}
.TagClassName
{
border-color: #EDBB81;
}
</style>