Shades of Corvette #EDBB8C
Tints of Corvette #EDBB8C
RGB
CMYK
RGB Variations
Color information
#EDBB8C (or 0xEDBB8C) is known color: Corvette. HEX triplet: ED, BB and 8C. RGB value is (237,187,140). Sum of RGB (Red+Green+Blue) = 237+187+140=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB8C is #124473. Grayscale: #C4C4C4. Windows color (decimal): -1197172 or 9223149. OLE color: 9223149.
HSL color Cylindrical-coordinate representation of color #EDBB8C: hue angle of 29.07º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDBB8C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 140 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 29.07º | 0.73% | 0.74% | - |
| HSV(B) | 29.07º | 0.41% | 0.93% | - |
| XYZ | 57.43 | 55.44 | 32.48 | - |
| YUV | 196.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 140 | 0 | 0.21 | 0.41 | 0.07 | 29.07 | 0.73 | 0.74 |
| Hex | ED | BB | 8C | 0 | 15 | 29 | 7 | 1D | 49 | 4A |
| Octal | 355 | 273 | 214 | 0 | 25 | 51 | 7 | 35 | 111 | 112 |
| Binary | 11101101 | 10111011 | 10001100 | 0 | 10101 | 101001 | 111 | 11101 | 1001001 | 1001010 |
Color Harmonies of #EDBB8C
Complementary color
Monochromatic Colors of #EDBB8C
Black with #EDBB8C
Text Example
Text Example
White with #EDBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB8C; }
p { color: rgb(237,187,140); }
H1.HeaderClassName
{
color: #EDBB8C;
}
.AnyTagClassName
{
color: #EDBB8C;
}
</style>
background-color css
<style>
a { background-color: #EDBB8C; }
a { background-color: rgb(237,187,140); }
div.DivClassName
{
background-color: #EDBB8C;
}
.BgClassName
{
background-color: #EDBB8C;
}
</style>
border-color css
<style>
span { border-color: #EDBB8C; }
span { border-color: rgb(237,187,140); }
td.TdClassName
{
border-color: #EDBB8C;
}
.TagClassName
{
border-color: #EDBB8C;
}
</style>