Shades of Corvette #EDBC81
Tints of Corvette #EDBC81
RGB
CMYK
RGB Variations
Color information
#EDBC81 (or 0xEDBC81) is known color: Corvette. HEX triplet: ED, BC and 81. RGB value is (237,188,129). Sum of RGB (Red+Green+Blue) = 237+188+129=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC81 is #12437E. Grayscale: #C4C4C4. Windows color (decimal): -1196927 or 8502509. OLE color: 8502509.
HSL color Cylindrical-coordinate representation of color #EDBC81: hue angle of 32.78º 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 #EDBC81 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 129 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.07 |
| HSL | 32.78º | 0.75% | 0.72% | - |
| HSV(B) | 32.78º | 0.46% | 0.93% | - |
| XYZ | 56.87 | 55.56 | 28.49 | - |
| YUV | 195.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 129 | 0 | 0.21 | 0.46 | 0.07 | 32.78 | 0.75 | 0.72 |
| Hex | ED | BC | 81 | 0 | 15 | 2E | 7 | 21 | 4B | 48 |
| Octal | 355 | 274 | 201 | 0 | 25 | 56 | 7 | 41 | 113 | 110 |
| Binary | 11101101 | 10111100 | 10000001 | 0 | 10101 | 101110 | 111 | 100001 | 1001011 | 1001000 |
Color Harmonies of #EDBC81
Complementary color
Monochromatic Colors of #EDBC81
Black with #EDBC81
Text Example
Text Example
White with #EDBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC81; }
p { color: rgb(237,188,129); }
H1.HeaderClassName
{
color: #EDBC81;
}
.AnyTagClassName
{
color: #EDBC81;
}
</style>
background-color css
<style>
a { background-color: #EDBC81; }
a { background-color: rgb(237,188,129); }
div.DivClassName
{
background-color: #EDBC81;
}
.BgClassName
{
background-color: #EDBC81;
}
</style>
border-color css
<style>
span { border-color: #EDBC81; }
span { border-color: rgb(237,188,129); }
td.TdClassName
{
border-color: #EDBC81;
}
.TagClassName
{
border-color: #EDBC81;
}
</style>