Shades of Corvette #EAB58B
Tints of Corvette #EAB58B
RGB
CMYK
RGB Variations
Color information
#EAB58B (or 0xEAB58B) is known color: Corvette. HEX triplet: EA, B5 and 8B. RGB value is (234,181,139). Sum of RGB (Red+Green+Blue) = 234+181+139=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB58B is #154A74. Grayscale: #C0C0C0. Windows color (decimal): -1395317 or 9156074. OLE color: 9156074.
HSL color Cylindrical-coordinate representation of color #EAB58B: hue angle of 26.53º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAB58B is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 139 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.08 |
| HSL | 26.53º | 0.69% | 0.73% | - |
| HSV(B) | 26.53º | 0.41% | 0.92% | - |
| XYZ | 55.12 | 52.4 | 31.64 | - |
| YUV | 192.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 139 | 0 | 0.23 | 0.41 | 0.08 | 26.53 | 0.69 | 0.73 |
| Hex | EA | B5 | 8B | 0 | 17 | 29 | 8 | 1B | 45 | 49 |
| Octal | 352 | 265 | 213 | 0 | 27 | 51 | 10 | 33 | 105 | 111 |
| Binary | 11101010 | 10110101 | 10001011 | 0 | 10111 | 101001 | 1000 | 11011 | 1000101 | 1001001 |
Color Harmonies of #EAB58B
Complementary color
Monochromatic Colors of #EAB58B
Black with #EAB58B
Text Example
Text Example
White with #EAB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB58B; }
p { color: rgb(234,181,139); }
H1.HeaderClassName
{
color: #EAB58B;
}
.AnyTagClassName
{
color: #EAB58B;
}
</style>
background-color css
<style>
a { background-color: #EAB58B; }
a { background-color: rgb(234,181,139); }
div.DivClassName
{
background-color: #EAB58B;
}
.BgClassName
{
background-color: #EAB58B;
}
</style>
border-color css
<style>
span { border-color: #EAB58B; }
span { border-color: rgb(234,181,139); }
td.TdClassName
{
border-color: #EAB58B;
}
.TagClassName
{
border-color: #EAB58B;
}
</style>