Shades of Corvette #EAC07B
Tints of Corvette #EAC07B
RGB
CMYK
RGB Variations
Color information
#EAC07B (or 0xEAC07B) is known color: Corvette. HEX triplet: EA, C0 and 7B. RGB value is (234,192,123). Sum of RGB (Red+Green+Blue) = 234+192+123=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC07B is #153F84. Grayscale: #C5C5C5. Windows color (decimal): -1392517 or 8110314. OLE color: 8110314.
HSL color Cylindrical-coordinate representation of color #EAC07B: hue angle of 37.3º degrees, saturation: 0.73, 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 #EAC07B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 123 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.08 |
| HSL | 37.3º | 0.73% | 0.7% | - |
| HSV(B) | 37.3º | 0.47% | 0.92% | - |
| XYZ | 56.36 | 56.62 | 26.7 | - |
| YUV | 196.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 123 | 0 | 0.18 | 0.47 | 0.08 | 37.3 | 0.73 | 0.7 |
| Hex | EA | C0 | 7B | 0 | 12 | 2F | 8 | 25 | 49 | 46 |
| Octal | 352 | 300 | 173 | 0 | 22 | 57 | 10 | 45 | 111 | 106 |
| Binary | 11101010 | 11000000 | 1111011 | 0 | 10010 | 101111 | 1000 | 100101 | 1001001 | 1000110 |
Color Harmonies of #EAC07B
Complementary color
Monochromatic Colors of #EAC07B
Black with #EAC07B
Text Example
Text Example
White with #EAC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC07B; }
p { color: rgb(234,192,123); }
H1.HeaderClassName
{
color: #EAC07B;
}
.AnyTagClassName
{
color: #EAC07B;
}
</style>
background-color css
<style>
a { background-color: #EAC07B; }
a { background-color: rgb(234,192,123); }
div.DivClassName
{
background-color: #EAC07B;
}
.BgClassName
{
background-color: #EAC07B;
}
</style>
border-color css
<style>
span { border-color: #EAC07B; }
span { border-color: rgb(234,192,123); }
td.TdClassName
{
border-color: #EAC07B;
}
.TagClassName
{
border-color: #EAC07B;
}
</style>