Shades of Corvette #EEB67E
Tints of Corvette #EEB67E
RGB
CMYK
RGB Variations
Color information
#EEB67E (or 0xEEB67E) is known color: Corvette. HEX triplet: EE, B6 and 7E. RGB value is (238,182,126). Sum of RGB (Red+Green+Blue) = 238+182+126=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB67E is #114981. Grayscale: #C0C0C0. Windows color (decimal): -1132930 or 8304366. OLE color: 8304366.
HSL color Cylindrical-coordinate representation of color #EEB67E: 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.47%. Process color model (Four color, CMYK) of #EEB67E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 126 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.07 |
| HSL | 30º | 0.77% | 0.71% | - |
| HSV(B) | 30º | 0.47% | 0.93% | - |
| XYZ | 55.75 | 53.14 | 27.06 | - |
| YUV | 192.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 126 | 0 | 0.24 | 0.47 | 0.07 | 30 | 0.77 | 0.71 |
| Hex | EE | B6 | 7E | 0 | 18 | 2F | 7 | 1E | 4D | 47 |
| Octal | 356 | 266 | 176 | 0 | 30 | 57 | 7 | 36 | 115 | 107 |
| Binary | 11101110 | 10110110 | 1111110 | 0 | 11000 | 101111 | 111 | 11110 | 1001101 | 1000111 |
Color Harmonies of #EEB67E
Complementary color
Monochromatic Colors of #EEB67E
Black with #EEB67E
Text Example
Text Example
White with #EEB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB67E; }
p { color: rgb(238,182,126); }
H1.HeaderClassName
{
color: #EEB67E;
}
.AnyTagClassName
{
color: #EEB67E;
}
</style>
background-color css
<style>
a { background-color: #EEB67E; }
a { background-color: rgb(238,182,126); }
div.DivClassName
{
background-color: #EEB67E;
}
.BgClassName
{
background-color: #EEB67E;
}
</style>
border-color css
<style>
span { border-color: #EEB67E; }
span { border-color: rgb(238,182,126); }
td.TdClassName
{
border-color: #EEB67E;
}
.TagClassName
{
border-color: #EEB67E;
}
</style>