Shades of Corvette #EAB783
Tints of Corvette #EAB783
RGB
CMYK
RGB Variations
Color information
#EAB783 (or 0xEAB783) is known color: Corvette. HEX triplet: EA, B7 and 83. RGB value is (234,183,131). Sum of RGB (Red+Green+Blue) = 234+183+131=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB783 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB783 is #15487C. Grayscale: #C0C0C0. Windows color (decimal): -1394813 or 8632298. OLE color: 8632298.
HSL color Cylindrical-coordinate representation of color #EAB783: hue angle of 30.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAB783 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 131 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.08 |
| HSL | 30.29º | 0.71% | 0.72% | - |
| HSV(B) | 30.29º | 0.44% | 0.92% | - |
| XYZ | 54.96 | 53 | 28.81 | - |
| YUV | 192.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 131 | 0 | 0.22 | 0.44 | 0.08 | 30.29 | 0.71 | 0.72 |
| Hex | EA | B7 | 83 | 0 | 16 | 2C | 8 | 1E | 47 | 48 |
| Octal | 352 | 267 | 203 | 0 | 26 | 54 | 10 | 36 | 107 | 110 |
| Binary | 11101010 | 10110111 | 10000011 | 0 | 10110 | 101100 | 1000 | 11110 | 1000111 | 1001000 |
Color Harmonies of #EAB783
Complementary color
Monochromatic Colors of #EAB783
Black with #EAB783
Text Example
Text Example
White with #EAB783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB783; }
p { color: rgb(234,183,131); }
H1.HeaderClassName
{
color: #EAB783;
}
.AnyTagClassName
{
color: #EAB783;
}
</style>
background-color css
<style>
a { background-color: #EAB783; }
a { background-color: rgb(234,183,131); }
div.DivClassName
{
background-color: #EAB783;
}
.BgClassName
{
background-color: #EAB783;
}
</style>
border-color css
<style>
span { border-color: #EAB783; }
span { border-color: rgb(234,183,131); }
td.TdClassName
{
border-color: #EAB783;
}
.TagClassName
{
border-color: #EAB783;
}
</style>