Shades of Corvette #EEBE8D
Tints of Corvette #EEBE8D
RGB
CMYK
RGB Variations
Color information
#EEBE8D (or 0xEEBE8D) is known color: Corvette. HEX triplet: EE, BE and 8D. RGB value is (238,190,141). Sum of RGB (Red+Green+Blue) = 238+190+141=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBE8D is #114172. Grayscale: #C7C7C7. Windows color (decimal): -1130867 or 9289454. OLE color: 9289454.
HSL color Cylindrical-coordinate representation of color #EEBE8D: hue angle of 30.31º degrees, saturation: 0.74, 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 #EEBE8D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 190 | 141 | - |
CMYK | 0 | 0.20 | 0.41 | 0.07 |
HSL | 30.31º | 0.74% | 0.74% | - |
HSV(B) | 30.31º | 0.41% | 0.93% | - |
XYZ | 58.48 | 56.93 | 33.11 | - |
YUV | 198.77 | 95.4 | 155.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 190 | 141 | 0 | 0.20 | 0.41 | 0.07 | 30.31 | 0.74 | 0.74 |
Hex | EE | BE | 8D | 0 | 14 | 29 | 7 | 1E | 4A | 4A |
Octal | 356 | 276 | 215 | 0 | 24 | 51 | 7 | 36 | 112 | 112 |
Binary | 11101110 | 10111110 | 10001101 | 0 | 10100 | 101001 | 111 | 11110 | 1001010 | 1001010 |
Color Harmonies of #EEBE8D
Complementary color
Monochromatic Colors of #EEBE8D
Black with #EEBE8D
Text Example
Text Example
White with #EEBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE8D; }
p { color: rgb(238,190,141); }
H1.HeaderClassName
{
color: #EEBE8D;
}
.AnyTagClassName
{
color: #EEBE8D;
}
</style>
background-color css
<style>
a { background-color: #EEBE8D; }
a { background-color: rgb(238,190,141); }
div.DivClassName
{
background-color: #EEBE8D;
}
.BgClassName
{
background-color: #EEBE8D;
}
</style>
border-color css
<style>
span { border-color: #EEBE8D; }
span { border-color: rgb(238,190,141); }
td.TdClassName
{
border-color: #EEBE8D;
}
.TagClassName
{
border-color: #EEBE8D;
}
</style>