Shades of Corvette #EEC28B
Tints of Corvette #EEC28B
RGB
CMYK
RGB Variations
Color information
#EEC28B (or 0xEEC28B) is known color: Corvette. HEX triplet: EE, C2 and 8B. RGB value is (238,194,139). Sum of RGB (Red+Green+Blue) = 238+194+139=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC28B is #113D74. Grayscale: #C9C9C9. Windows color (decimal): -1129845 or 9159406. OLE color: 9159406.
HSL color Cylindrical-coordinate representation of color #EEC28B: hue angle of 33.33º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEC28B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 139 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.07 |
| HSL | 33.33º | 0.74% | 0.74% | - |
| HSV(B) | 33.33º | 0.42% | 0.93% | - |
| XYZ | 59.21 | 58.62 | 32.62 | - |
| YUV | 200.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 139 | 0 | 0.18 | 0.42 | 0.07 | 33.33 | 0.74 | 0.74 |
| Hex | EE | C2 | 8B | 0 | 12 | 2A | 7 | 21 | 4A | 4A |
| Octal | 356 | 302 | 213 | 0 | 22 | 52 | 7 | 41 | 112 | 112 |
| Binary | 11101110 | 11000010 | 10001011 | 0 | 10010 | 101010 | 111 | 100001 | 1001010 | 1001010 |
Color Harmonies of #EEC28B
Complementary color
Monochromatic Colors of #EEC28B
Black with #EEC28B
Text Example
Text Example
White with #EEC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC28B; }
p { color: rgb(238,194,139); }
H1.HeaderClassName
{
color: #EEC28B;
}
.AnyTagClassName
{
color: #EEC28B;
}
</style>
background-color css
<style>
a { background-color: #EEC28B; }
a { background-color: rgb(238,194,139); }
div.DivClassName
{
background-color: #EEC28B;
}
.BgClassName
{
background-color: #EEC28B;
}
</style>
border-color css
<style>
span { border-color: #EEC28B; }
span { border-color: rgb(238,194,139); }
td.TdClassName
{
border-color: #EEC28B;
}
.TagClassName
{
border-color: #EEC28B;
}
</style>