Shades of Corvette #EABD78
Tints of Corvette #EABD78
RGB
CMYK
RGB Variations
Color information
#EABD78 (or 0xEABD78) is known color: Corvette. HEX triplet: EA, BD and 78. RGB value is (234,189,120). Sum of RGB (Red+Green+Blue) = 234+189+120=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD78 is #154287. Grayscale: #C2C2C2. Windows color (decimal): -1393288 or 7912938. OLE color: 7912938.
HSL color Cylindrical-coordinate representation of color #EABD78: hue angle of 36.32º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EABD78 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 120 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.08 |
| HSL | 36.32º | 0.73% | 0.69% | - |
| HSV(B) | 36.32º | 0.49% | 0.92% | - |
| XYZ | 55.52 | 55.24 | 25.51 | - |
| YUV | 194.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 120 | 0 | 0.19 | 0.49 | 0.08 | 36.32 | 0.73 | 0.69 |
| Hex | EA | BD | 78 | 0 | 13 | 31 | 8 | 24 | 49 | 45 |
| Octal | 352 | 275 | 170 | 0 | 23 | 61 | 10 | 44 | 111 | 105 |
| Binary | 11101010 | 10111101 | 1111000 | 0 | 10011 | 110001 | 1000 | 100100 | 1001001 | 1000101 |
Color Harmonies of #EABD78
Complementary color
Monochromatic Colors of #EABD78
Black with #EABD78
Text Example
Text Example
White with #EABD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD78; }
p { color: rgb(234,189,120); }
H1.HeaderClassName
{
color: #EABD78;
}
.AnyTagClassName
{
color: #EABD78;
}
</style>
background-color css
<style>
a { background-color: #EABD78; }
a { background-color: rgb(234,189,120); }
div.DivClassName
{
background-color: #EABD78;
}
.BgClassName
{
background-color: #EABD78;
}
</style>
border-color css
<style>
span { border-color: #EABD78; }
span { border-color: rgb(234,189,120); }
td.TdClassName
{
border-color: #EABD78;
}
.TagClassName
{
border-color: #EABD78;
}
</style>