Shades of Corvette #EAC07F
Tints of Corvette #EAC07F
RGB
CMYK
RGB Variations
Color information
#EAC07F (or 0xEAC07F) is known color: Corvette. HEX triplet: EA, C0 and 7F. RGB value is (234,192,127). Sum of RGB (Red+Green+Blue) = 234+192+127=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC07F is #153F80. Grayscale: #C5C5C5. Windows color (decimal): -1392513 or 8372458. OLE color: 8372458.
HSL color Cylindrical-coordinate representation of color #EAC07F: hue angle of 36.45º 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 #EAC07F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 127 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.08 |
| HSL | 36.45º | 0.72% | 0.71% | - |
| HSV(B) | 36.45º | 0.46% | 0.92% | - |
| XYZ | 56.61 | 56.72 | 28.04 | - |
| YUV | 197.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 127 | 0 | 0.18 | 0.46 | 0.08 | 36.45 | 0.72 | 0.71 |
| Hex | EA | C0 | 7F | 0 | 12 | 2E | 8 | 24 | 48 | 47 |
| Octal | 352 | 300 | 177 | 0 | 22 | 56 | 10 | 44 | 110 | 107 |
| Binary | 11101010 | 11000000 | 1111111 | 0 | 10010 | 101110 | 1000 | 100100 | 1001000 | 1000111 |
Color Harmonies of #EAC07F
Complementary color
Monochromatic Colors of #EAC07F
Black with #EAC07F
Text Example
Text Example
White with #EAC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC07F; }
p { color: rgb(234,192,127); }
H1.HeaderClassName
{
color: #EAC07F;
}
.AnyTagClassName
{
color: #EAC07F;
}
</style>
background-color css
<style>
a { background-color: #EAC07F; }
a { background-color: rgb(234,192,127); }
div.DivClassName
{
background-color: #EAC07F;
}
.BgClassName
{
background-color: #EAC07F;
}
</style>
border-color css
<style>
span { border-color: #EAC07F; }
span { border-color: rgb(234,192,127); }
td.TdClassName
{
border-color: #EAC07F;
}
.TagClassName
{
border-color: #EAC07F;
}
</style>