Shades of Corvette #EAB67C
Tints of Corvette #EAB67C
RGB
CMYK
RGB Variations
Color information
#EAB67C (or 0xEAB67C) is known color: Corvette. HEX triplet: EA, B6 and 7C. RGB value is (234,182,124). Sum of RGB (Red+Green+Blue) = 234+182+124=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB67C is #154983. Grayscale: #BFBFBF. Windows color (decimal): -1395076 or 8173290. OLE color: 8173290.
HSL color Cylindrical-coordinate representation of color #EAB67C: hue angle of 31.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAB67C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 124 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.08 |
| HSL | 31.64º | 0.72% | 0.7% | - |
| HSV(B) | 31.64º | 0.47% | 0.92% | - |
| XYZ | 54.3 | 52.4 | 26.32 | - |
| YUV | 190.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 124 | 0 | 0.22 | 0.47 | 0.08 | 31.64 | 0.72 | 0.7 |
| Hex | EA | B6 | 7C | 0 | 16 | 2F | 8 | 20 | 48 | 46 |
| Octal | 352 | 266 | 174 | 0 | 26 | 57 | 10 | 40 | 110 | 106 |
| Binary | 11101010 | 10110110 | 1111100 | 0 | 10110 | 101111 | 1000 | 100000 | 1001000 | 1000110 |
Color Harmonies of #EAB67C
Complementary color
Monochromatic Colors of #EAB67C
Black with #EAB67C
Text Example
Text Example
White with #EAB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB67C; }
p { color: rgb(234,182,124); }
H1.HeaderClassName
{
color: #EAB67C;
}
.AnyTagClassName
{
color: #EAB67C;
}
</style>
background-color css
<style>
a { background-color: #EAB67C; }
a { background-color: rgb(234,182,124); }
div.DivClassName
{
background-color: #EAB67C;
}
.BgClassName
{
background-color: #EAB67C;
}
</style>
border-color css
<style>
span { border-color: #EAB67C; }
span { border-color: rgb(234,182,124); }
td.TdClassName
{
border-color: #EAB67C;
}
.TagClassName
{
border-color: #EAB67C;
}
</style>