Shades of Corvette #EDBC8C
Tints of Corvette #EDBC8C
RGB
CMYK
RGB Variations
Color information
#EDBC8C (or 0xEDBC8C) is known color: Corvette. HEX triplet: ED, BC and 8C. RGB value is (237,188,140). Sum of RGB (Red+Green+Blue) = 237+188+140=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC8C is #124373. Grayscale: #C5C5C5. Windows color (decimal): -1196916 or 9223405. OLE color: 9223405.
HSL color Cylindrical-coordinate representation of color #EDBC8C: hue angle of 29.69º 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 #EDBC8C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 140 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 29.69º | 0.73% | 0.74% | - |
| HSV(B) | 29.69º | 0.41% | 0.93% | - |
| XYZ | 57.64 | 55.86 | 32.56 | - |
| YUV | 197.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 140 | 0 | 0.21 | 0.41 | 0.07 | 29.69 | 0.73 | 0.74 |
| Hex | ED | BC | 8C | 0 | 15 | 29 | 7 | 1E | 49 | 4A |
| Octal | 355 | 274 | 214 | 0 | 25 | 51 | 7 | 36 | 111 | 112 |
| Binary | 11101101 | 10111100 | 10001100 | 0 | 10101 | 101001 | 111 | 11110 | 1001001 | 1001010 |
Color Harmonies of #EDBC8C
Complementary color
Monochromatic Colors of #EDBC8C
Black with #EDBC8C
Text Example
Text Example
White with #EDBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC8C; }
p { color: rgb(237,188,140); }
H1.HeaderClassName
{
color: #EDBC8C;
}
.AnyTagClassName
{
color: #EDBC8C;
}
</style>
background-color css
<style>
a { background-color: #EDBC8C; }
a { background-color: rgb(237,188,140); }
div.DivClassName
{
background-color: #EDBC8C;
}
.BgClassName
{
background-color: #EDBC8C;
}
</style>
border-color css
<style>
span { border-color: #EDBC8C; }
span { border-color: rgb(237,188,140); }
td.TdClassName
{
border-color: #EDBC8C;
}
.TagClassName
{
border-color: #EDBC8C;
}
</style>