Shades of Corvette #EDB78C
Tints of Corvette #EDB78C
RGB
CMYK
RGB Variations
Color information
#EDB78C (or 0xEDB78C) is known color: Corvette. HEX triplet: ED, B7 and 8C. RGB value is (237,183,140). Sum of RGB (Red+Green+Blue) = 237+183+140=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB78C is #124873. Grayscale: #C2C2C2. Windows color (decimal): -1198196 or 9222125. OLE color: 9222125.
HSL color Cylindrical-coordinate representation of color #EDB78C: hue angle of 26.6º 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 #EDB78C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 140 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.07 |
| HSL | 26.6º | 0.73% | 0.74% | - |
| HSV(B) | 26.6º | 0.41% | 0.93% | - |
| XYZ | 56.59 | 53.76 | 32.21 | - |
| YUV | 194.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 140 | 0 | 0.23 | 0.41 | 0.07 | 26.6 | 0.73 | 0.74 |
| Hex | ED | B7 | 8C | 0 | 17 | 29 | 7 | 1B | 49 | 4A |
| Octal | 355 | 267 | 214 | 0 | 27 | 51 | 7 | 33 | 111 | 112 |
| Binary | 11101101 | 10110111 | 10001100 | 0 | 10111 | 101001 | 111 | 11011 | 1001001 | 1001010 |
Color Harmonies of #EDB78C
Complementary color
Monochromatic Colors of #EDB78C
Black with #EDB78C
Text Example
Text Example
White with #EDB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB78C; }
p { color: rgb(237,183,140); }
H1.HeaderClassName
{
color: #EDB78C;
}
.AnyTagClassName
{
color: #EDB78C;
}
</style>
background-color css
<style>
a { background-color: #EDB78C; }
a { background-color: rgb(237,183,140); }
div.DivClassName
{
background-color: #EDB78C;
}
.BgClassName
{
background-color: #EDB78C;
}
</style>
border-color css
<style>
span { border-color: #EDB78C; }
span { border-color: rgb(237,183,140); }
td.TdClassName
{
border-color: #EDB78C;
}
.TagClassName
{
border-color: #EDB78C;
}
</style>