Shades of Corvette #EEC17F
Tints of Corvette #EEC17F
RGB
CMYK
RGB Variations
Color information
#EEC17F (or 0xEEC17F) is known color: Corvette. HEX triplet: EE, C1 and 7F. RGB value is (238,193,127). Sum of RGB (Red+Green+Blue) = 238+193+127=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC17F is #113E80. Grayscale: #C7C7C7. Windows color (decimal): -1130113 or 8372718. OLE color: 8372718.
HSL color Cylindrical-coordinate representation of color #EEC17F: hue angle of 35.68º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEC17F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 127 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.07 |
| HSL | 35.68º | 0.77% | 0.72% | - |
| HSV(B) | 35.68º | 0.47% | 0.93% | - |
| XYZ | 58.16 | 57.85 | 28.18 | - |
| YUV | 198.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 127 | 0 | 0.19 | 0.47 | 0.07 | 35.68 | 0.77 | 0.72 |
| Hex | EE | C1 | 7F | 0 | 13 | 2F | 7 | 24 | 4D | 48 |
| Octal | 356 | 301 | 177 | 0 | 23 | 57 | 7 | 44 | 115 | 110 |
| Binary | 11101110 | 11000001 | 1111111 | 0 | 10011 | 101111 | 111 | 100100 | 1001101 | 1001000 |
Color Harmonies of #EEC17F
Complementary color
Monochromatic Colors of #EEC17F
Black with #EEC17F
Text Example
Text Example
White with #EEC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC17F; }
p { color: rgb(238,193,127); }
H1.HeaderClassName
{
color: #EEC17F;
}
.AnyTagClassName
{
color: #EEC17F;
}
</style>
background-color css
<style>
a { background-color: #EEC17F; }
a { background-color: rgb(238,193,127); }
div.DivClassName
{
background-color: #EEC17F;
}
.BgClassName
{
background-color: #EEC17F;
}
</style>
border-color css
<style>
span { border-color: #EEC17F; }
span { border-color: rgb(238,193,127); }
td.TdClassName
{
border-color: #EEC17F;
}
.TagClassName
{
border-color: #EEC17F;
}
</style>