Shades of Corvette #EDB78B
Tints of Corvette #EDB78B
RGB
CMYK
RGB Variations
Color information
#EDB78B (or 0xEDB78B) is known color: Corvette. HEX triplet: ED, B7 and 8B. RGB value is (237,183,139). Sum of RGB (Red+Green+Blue) = 237+183+139=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB78B is #124874. Grayscale: #C2C2C2. Windows color (decimal): -1198197 or 9156589. OLE color: 9156589.
HSL color Cylindrical-coordinate representation of color #EDB78B: hue angle of 26.94º 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 #EDB78B is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 139 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.07 |
| HSL | 26.94º | 0.73% | 0.74% | - |
| HSV(B) | 26.94º | 0.41% | 0.93% | - |
| XYZ | 56.52 | 53.74 | 31.82 | - |
| YUV | 194.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 139 | 0 | 0.23 | 0.41 | 0.07 | 26.94 | 0.73 | 0.74 |
| Hex | ED | B7 | 8B | 0 | 17 | 29 | 7 | 1B | 49 | 4A |
| Octal | 355 | 267 | 213 | 0 | 27 | 51 | 7 | 33 | 111 | 112 |
| Binary | 11101101 | 10110111 | 10001011 | 0 | 10111 | 101001 | 111 | 11011 | 1001001 | 1001010 |
Color Harmonies of #EDB78B
Complementary color
Monochromatic Colors of #EDB78B
Black with #EDB78B
Text Example
Text Example
White with #EDB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB78B; }
p { color: rgb(237,183,139); }
H1.HeaderClassName
{
color: #EDB78B;
}
.AnyTagClassName
{
color: #EDB78B;
}
</style>
background-color css
<style>
a { background-color: #EDB78B; }
a { background-color: rgb(237,183,139); }
div.DivClassName
{
background-color: #EDB78B;
}
.BgClassName
{
background-color: #EDB78B;
}
</style>
border-color css
<style>
span { border-color: #EDB78B; }
span { border-color: rgb(237,183,139); }
td.TdClassName
{
border-color: #EDB78B;
}
.TagClassName
{
border-color: #EDB78B;
}
</style>