Shades of Corvette #EEBE7C
Tints of Corvette #EEBE7C
RGB
CMYK
RGB Variations
Color information
#EEBE7C (or 0xEEBE7C) is known color: Corvette. HEX triplet: EE, BE and 7C. RGB value is (238,190,124). Sum of RGB (Red+Green+Blue) = 238+190+124=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE7C is #114183. Grayscale: #C5C5C5. Windows color (decimal): -1130884 or 8175342. OLE color: 8175342.
HSL color Cylindrical-coordinate representation of color #EEBE7C: hue angle of 34.74º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEBE7C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 124 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.07 |
| HSL | 34.74º | 0.77% | 0.71% | - |
| HSV(B) | 34.74º | 0.48% | 0.93% | - |
| XYZ | 57.31 | 56.46 | 26.95 | - |
| YUV | 196.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 124 | 0 | 0.20 | 0.48 | 0.07 | 34.74 | 0.77 | 0.71 |
| Hex | EE | BE | 7C | 0 | 14 | 30 | 7 | 23 | 4D | 47 |
| Octal | 356 | 276 | 174 | 0 | 24 | 60 | 7 | 43 | 115 | 107 |
| Binary | 11101110 | 10111110 | 1111100 | 0 | 10100 | 110000 | 111 | 100011 | 1001101 | 1000111 |
Color Harmonies of #EEBE7C
Complementary color
Monochromatic Colors of #EEBE7C
Black with #EEBE7C
Text Example
Text Example
White with #EEBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE7C; }
p { color: rgb(238,190,124); }
H1.HeaderClassName
{
color: #EEBE7C;
}
.AnyTagClassName
{
color: #EEBE7C;
}
</style>
background-color css
<style>
a { background-color: #EEBE7C; }
a { background-color: rgb(238,190,124); }
div.DivClassName
{
background-color: #EEBE7C;
}
.BgClassName
{
background-color: #EEBE7C;
}
</style>
border-color css
<style>
span { border-color: #EEBE7C; }
span { border-color: rgb(238,190,124); }
td.TdClassName
{
border-color: #EEBE7C;
}
.TagClassName
{
border-color: #EEBE7C;
}
</style>