Shades of Corvette #EAB47C
Tints of Corvette #EAB47C
RGB
CMYK
RGB Variations
Color information
#EAB47C (or 0xEAB47C) is known color: Corvette. HEX triplet: EA, B4 and 7C. RGB value is (234,180,124). Sum of RGB (Red+Green+Blue) = 234+180+124=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB47C is #154B83. Grayscale: #BEBEBE. Windows color (decimal): -1395588 or 8172778. OLE color: 8172778.
HSL color Cylindrical-coordinate representation of color #EAB47C: hue angle of 30.55º 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 #EAB47C is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 124 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.08 |
| HSL | 30.55º | 0.72% | 0.7% | - |
| HSV(B) | 30.55º | 0.47% | 0.92% | - |
| XYZ | 53.89 | 51.59 | 26.19 | - |
| YUV | 189.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 124 | 0 | 0.23 | 0.47 | 0.08 | 30.55 | 0.72 | 0.7 |
| Hex | EA | B4 | 7C | 0 | 17 | 2F | 8 | 1F | 48 | 46 |
| Octal | 352 | 264 | 174 | 0 | 27 | 57 | 10 | 37 | 110 | 106 |
| Binary | 11101010 | 10110100 | 1111100 | 0 | 10111 | 101111 | 1000 | 11111 | 1001000 | 1000110 |
Color Harmonies of #EAB47C
Complementary color
Monochromatic Colors of #EAB47C
Black with #EAB47C
Text Example
Text Example
White with #EAB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB47C; }
p { color: rgb(234,180,124); }
H1.HeaderClassName
{
color: #EAB47C;
}
.AnyTagClassName
{
color: #EAB47C;
}
</style>
background-color css
<style>
a { background-color: #EAB47C; }
a { background-color: rgb(234,180,124); }
div.DivClassName
{
background-color: #EAB47C;
}
.BgClassName
{
background-color: #EAB47C;
}
</style>
border-color css
<style>
span { border-color: #EAB47C; }
span { border-color: rgb(234,180,124); }
td.TdClassName
{
border-color: #EAB47C;
}
.TagClassName
{
border-color: #EAB47C;
}
</style>