Shades of Corvette #EEBE7D
Tints of Corvette #EEBE7D
RGB
CMYK
RGB Variations
Color information
#EEBE7D (or 0xEEBE7D) is known color: Corvette. HEX triplet: EE, BE and 7D. RGB value is (238,190,125). Sum of RGB (Red+Green+Blue) = 238+190+125=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE7D is #114182. Grayscale: #C5C5C5. Windows color (decimal): -1130883 or 8240878. OLE color: 8240878.
HSL color Cylindrical-coordinate representation of color #EEBE7D: hue angle of 34.51º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEBE7D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 125 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.07 |
| HSL | 34.51º | 0.77% | 0.71% | - |
| HSV(B) | 34.51º | 0.47% | 0.93% | - |
| XYZ | 57.38 | 56.48 | 27.28 | - |
| YUV | 196.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 125 | 0 | 0.20 | 0.47 | 0.07 | 34.51 | 0.77 | 0.71 |
| Hex | EE | BE | 7D | 0 | 14 | 2F | 7 | 23 | 4D | 47 |
| Octal | 356 | 276 | 175 | 0 | 24 | 57 | 7 | 43 | 115 | 107 |
| Binary | 11101110 | 10111110 | 1111101 | 0 | 10100 | 101111 | 111 | 100011 | 1001101 | 1000111 |
Color Harmonies of #EEBE7D
Complementary color
Monochromatic Colors of #EEBE7D
Black with #EEBE7D
Text Example
Text Example
White with #EEBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE7D; }
p { color: rgb(238,190,125); }
H1.HeaderClassName
{
color: #EEBE7D;
}
.AnyTagClassName
{
color: #EEBE7D;
}
</style>
background-color css
<style>
a { background-color: #EEBE7D; }
a { background-color: rgb(238,190,125); }
div.DivClassName
{
background-color: #EEBE7D;
}
.BgClassName
{
background-color: #EEBE7D;
}
</style>
border-color css
<style>
span { border-color: #EEBE7D; }
span { border-color: rgb(238,190,125); }
td.TdClassName
{
border-color: #EEBE7D;
}
.TagClassName
{
border-color: #EEBE7D;
}
</style>