Shades of Corvette #EAC07E
Tints of Corvette #EAC07E
RGB
CMYK
RGB Variations
Color information
#EAC07E (or 0xEAC07E) is known color: Corvette. HEX triplet: EA, C0 and 7E. RGB value is (234,192,126). Sum of RGB (Red+Green+Blue) = 234+192+126=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC07E is #153F81. Grayscale: #C5C5C5. Windows color (decimal): -1392514 or 8306922. OLE color: 8306922.
HSL color Cylindrical-coordinate representation of color #EAC07E: hue angle of 36.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAC07E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 126 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.08 |
| HSL | 36.67º | 0.72% | 0.71% | - |
| HSV(B) | 36.67º | 0.46% | 0.92% | - |
| XYZ | 56.55 | 56.7 | 27.7 | - |
| YUV | 197.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 126 | 0 | 0.18 | 0.46 | 0.08 | 36.67 | 0.72 | 0.71 |
| Hex | EA | C0 | 7E | 0 | 12 | 2E | 8 | 25 | 48 | 47 |
| Octal | 352 | 300 | 176 | 0 | 22 | 56 | 10 | 45 | 110 | 107 |
| Binary | 11101010 | 11000000 | 1111110 | 0 | 10010 | 101110 | 1000 | 100101 | 1001000 | 1000111 |
Color Harmonies of #EAC07E
Complementary color
Monochromatic Colors of #EAC07E
Black with #EAC07E
Text Example
Text Example
White with #EAC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC07E; }
p { color: rgb(234,192,126); }
H1.HeaderClassName
{
color: #EAC07E;
}
.AnyTagClassName
{
color: #EAC07E;
}
</style>
background-color css
<style>
a { background-color: #EAC07E; }
a { background-color: rgb(234,192,126); }
div.DivClassName
{
background-color: #EAC07E;
}
.BgClassName
{
background-color: #EAC07E;
}
</style>
border-color css
<style>
span { border-color: #EAC07E; }
span { border-color: rgb(234,192,126); }
td.TdClassName
{
border-color: #EAC07E;
}
.TagClassName
{
border-color: #EAC07E;
}
</style>