Shades of Corvette #EEB37F
Tints of Corvette #EEB37F
RGB
CMYK
RGB Variations
Color information
#EEB37F (or 0xEEB37F) is known color: Corvette. HEX triplet: EE, B3 and 7F. RGB value is (238,179,127). Sum of RGB (Red+Green+Blue) = 238+179+127=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB37F is #114C80. Grayscale: #BEBEBE. Windows color (decimal): -1133697 or 8369134. OLE color: 8369134.
HSL color Cylindrical-coordinate representation of color #EEB37F: hue angle of 28.11º 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 #EEB37F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 127 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.07 |
| HSL | 28.11º | 0.77% | 0.72% | - |
| HSV(B) | 28.11º | 0.47% | 0.93% | - |
| XYZ | 55.21 | 51.95 | 27.2 | - |
| YUV | 190.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 127 | 0 | 0.25 | 0.47 | 0.07 | 28.11 | 0.77 | 0.72 |
| Hex | EE | B3 | 7F | 0 | 19 | 2F | 7 | 1C | 4D | 48 |
| Octal | 356 | 263 | 177 | 0 | 31 | 57 | 7 | 34 | 115 | 110 |
| Binary | 11101110 | 10110011 | 1111111 | 0 | 11001 | 101111 | 111 | 11100 | 1001101 | 1001000 |
Color Harmonies of #EEB37F
Complementary color
Monochromatic Colors of #EEB37F
Black with #EEB37F
Text Example
Text Example
White with #EEB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB37F; }
p { color: rgb(238,179,127); }
H1.HeaderClassName
{
color: #EEB37F;
}
.AnyTagClassName
{
color: #EEB37F;
}
</style>
background-color css
<style>
a { background-color: #EEB37F; }
a { background-color: rgb(238,179,127); }
div.DivClassName
{
background-color: #EEB37F;
}
.BgClassName
{
background-color: #EEB37F;
}
</style>
border-color css
<style>
span { border-color: #EEB37F; }
span { border-color: rgb(238,179,127); }
td.TdClassName
{
border-color: #EEB37F;
}
.TagClassName
{
border-color: #EEB37F;
}
</style>