Shades of Corvette #EDB68C
Tints of Corvette #EDB68C
RGB
CMYK
RGB Variations
Color information
#EDB68C (or 0xEDB68C) is known color: Corvette. HEX triplet: ED, B6 and 8C. RGB value is (237,182,140). Sum of RGB (Red+Green+Blue) = 237+182+140=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB68C is #124973. Grayscale: #C1C1C1. Windows color (decimal): -1198452 or 9221869. OLE color: 9221869.
HSL color Cylindrical-coordinate representation of color #EDB68C: hue angle of 25.98º 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 #EDB68C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 140 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.07 |
| HSL | 25.98º | 0.73% | 0.74% | - |
| HSV(B) | 25.98º | 0.41% | 0.93% | - |
| XYZ | 56.39 | 53.35 | 32.14 | - |
| YUV | 193.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 140 | 0 | 0.23 | 0.41 | 0.07 | 25.98 | 0.73 | 0.74 |
| Hex | ED | B6 | 8C | 0 | 17 | 29 | 7 | 1A | 49 | 4A |
| Octal | 355 | 266 | 214 | 0 | 27 | 51 | 7 | 32 | 111 | 112 |
| Binary | 11101101 | 10110110 | 10001100 | 0 | 10111 | 101001 | 111 | 11010 | 1001001 | 1001010 |
Color Harmonies of #EDB68C
Complementary color
Monochromatic Colors of #EDB68C
Black with #EDB68C
Text Example
Text Example
White with #EDB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB68C; }
p { color: rgb(237,182,140); }
H1.HeaderClassName
{
color: #EDB68C;
}
.AnyTagClassName
{
color: #EDB68C;
}
</style>
background-color css
<style>
a { background-color: #EDB68C; }
a { background-color: rgb(237,182,140); }
div.DivClassName
{
background-color: #EDB68C;
}
.BgClassName
{
background-color: #EDB68C;
}
</style>
border-color css
<style>
span { border-color: #EDB68C; }
span { border-color: rgb(237,182,140); }
td.TdClassName
{
border-color: #EDB68C;
}
.TagClassName
{
border-color: #EDB68C;
}
</style>