Shades of Corvette #EDBB83
Tints of Corvette #EDBB83
RGB
CMYK
RGB Variations
Color information
#EDBB83 (or 0xEDBB83) is known color: Corvette. HEX triplet: ED, BB and 83. RGB value is (237,187,131). Sum of RGB (Red+Green+Blue) = 237+187+131=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB83 is #12447C. Grayscale: #C3C3C3. Windows color (decimal): -1197181 or 8633325. OLE color: 8633325.
HSL color Cylindrical-coordinate representation of color #EDBB83: hue angle of 31.7º 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 #EDBB83 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 131 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.07 |
| HSL | 31.7º | 0.75% | 0.72% | - |
| HSV(B) | 31.7º | 0.45% | 0.93% | - |
| XYZ | 56.79 | 55.18 | 29.13 | - |
| YUV | 195.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 131 | 0 | 0.21 | 0.45 | 0.07 | 31.7 | 0.75 | 0.72 |
| Hex | ED | BB | 83 | 0 | 15 | 2D | 7 | 20 | 4B | 48 |
| Octal | 355 | 273 | 203 | 0 | 25 | 55 | 7 | 40 | 113 | 110 |
| Binary | 11101101 | 10111011 | 10000011 | 0 | 10101 | 101101 | 111 | 100000 | 1001011 | 1001000 |
Color Harmonies of #EDBB83
Complementary color
Monochromatic Colors of #EDBB83
Black with #EDBB83
Text Example
Text Example
White with #EDBB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB83; }
p { color: rgb(237,187,131); }
H1.HeaderClassName
{
color: #EDBB83;
}
.AnyTagClassName
{
color: #EDBB83;
}
</style>
background-color css
<style>
a { background-color: #EDBB83; }
a { background-color: rgb(237,187,131); }
div.DivClassName
{
background-color: #EDBB83;
}
.BgClassName
{
background-color: #EDBB83;
}
</style>
border-color css
<style>
span { border-color: #EDBB83; }
span { border-color: rgb(237,187,131); }
td.TdClassName
{
border-color: #EDBB83;
}
.TagClassName
{
border-color: #EDBB83;
}
</style>