Shades of Corvette #EEC28A
Tints of Corvette #EEC28A
RGB
CMYK
RGB Variations
Color information
#EEC28A (or 0xEEC28A) is known color: Corvette. HEX triplet: EE, C2 and 8A. RGB value is (238,194,138). Sum of RGB (Red+Green+Blue) = 238+194+138=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC28A is #113D75. Grayscale: #C9C9C9. Windows color (decimal): -1129846 or 9093870. OLE color: 9093870.
HSL color Cylindrical-coordinate representation of color #EEC28A: hue angle of 33.6º degrees, saturation: 0.75, 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 #EEC28A is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 138 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.07 |
| HSL | 33.6º | 0.75% | 0.74% | - |
| HSV(B) | 33.6º | 0.42% | 0.93% | - |
| XYZ | 59.14 | 58.6 | 32.24 | - |
| YUV | 200.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 138 | 0 | 0.18 | 0.42 | 0.07 | 33.6 | 0.75 | 0.74 |
| Hex | EE | C2 | 8A | 0 | 12 | 2A | 7 | 22 | 4B | 4A |
| Octal | 356 | 302 | 212 | 0 | 22 | 52 | 7 | 42 | 113 | 112 |
| Binary | 11101110 | 11000010 | 10001010 | 0 | 10010 | 101010 | 111 | 100010 | 1001011 | 1001010 |
Color Harmonies of #EEC28A
Complementary color
Monochromatic Colors of #EEC28A
Black with #EEC28A
Text Example
Text Example
White with #EEC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC28A; }
p { color: rgb(238,194,138); }
H1.HeaderClassName
{
color: #EEC28A;
}
.AnyTagClassName
{
color: #EEC28A;
}
</style>
background-color css
<style>
a { background-color: #EEC28A; }
a { background-color: rgb(238,194,138); }
div.DivClassName
{
background-color: #EEC28A;
}
.BgClassName
{
background-color: #EEC28A;
}
</style>
border-color css
<style>
span { border-color: #EEC28A; }
span { border-color: rgb(238,194,138); }
td.TdClassName
{
border-color: #EEC28A;
}
.TagClassName
{
border-color: #EEC28A;
}
</style>