Shades of Corvette #EEB47A
Tints of Corvette #EEB47A
RGB
CMYK
RGB Variations
Color information
#EEB47A (or 0xEEB47A) is known color: Corvette. HEX triplet: EE, B4 and 7A. RGB value is (238,180,122). Sum of RGB (Red+Green+Blue) = 238+180+122=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB47A is #114B85. Grayscale: #BFBFBF. Windows color (decimal): -1133446 or 8041710. OLE color: 8041710.
HSL color Cylindrical-coordinate representation of color #EEB47A: hue angle of 30º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEB47A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 122 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.07 |
| HSL | 30º | 0.77% | 0.71% | - |
| HSV(B) | 30º | 0.49% | 0.93% | - |
| XYZ | 55.09 | 52.22 | 25.59 | - |
| YUV | 190.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 122 | 0 | 0.24 | 0.49 | 0.07 | 30 | 0.77 | 0.71 |
| Hex | EE | B4 | 7A | 0 | 18 | 31 | 7 | 1E | 4D | 47 |
| Octal | 356 | 264 | 172 | 0 | 30 | 61 | 7 | 36 | 115 | 107 |
| Binary | 11101110 | 10110100 | 1111010 | 0 | 11000 | 110001 | 111 | 11110 | 1001101 | 1000111 |
Color Harmonies of #EEB47A
Complementary color
Monochromatic Colors of #EEB47A
Black with #EEB47A
Text Example
Text Example
White with #EEB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB47A; }
p { color: rgb(238,180,122); }
H1.HeaderClassName
{
color: #EEB47A;
}
.AnyTagClassName
{
color: #EEB47A;
}
</style>
background-color css
<style>
a { background-color: #EEB47A; }
a { background-color: rgb(238,180,122); }
div.DivClassName
{
background-color: #EEB47A;
}
.BgClassName
{
background-color: #EEB47A;
}
</style>
border-color css
<style>
span { border-color: #EEB47A; }
span { border-color: rgb(238,180,122); }
td.TdClassName
{
border-color: #EEB47A;
}
.TagClassName
{
border-color: #EEB47A;
}
</style>