Shades of Corvette #EBB476
Tints of Corvette #EBB476
RGB
CMYK
RGB Variations
Color information
#EBB476 (or 0xEBB476) is known color: Corvette. HEX triplet: EB, B4 and 76. RGB value is (235,180,118). Sum of RGB (Red+Green+Blue) = 235+180+118=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB476 is #144B89. Grayscale: #BDBDBD. Windows color (decimal): -1330058 or 7779563. OLE color: 7779563.
HSL color Cylindrical-coordinate representation of color #EBB476: hue angle of 31.79º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBB476 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 118 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.08 |
| HSL | 31.79º | 0.75% | 0.69% | - |
| HSV(B) | 31.79º | 0.5% | 0.92% | - |
| XYZ | 53.85 | 51.61 | 24.26 | - |
| YUV | 189.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 118 | 0 | 0.23 | 0.50 | 0.08 | 31.79 | 0.75 | 0.69 |
| Hex | EB | B4 | 76 | 0 | 17 | 32 | 8 | 20 | 4B | 45 |
| Octal | 353 | 264 | 166 | 0 | 27 | 62 | 10 | 40 | 113 | 105 |
| Binary | 11101011 | 10110100 | 1110110 | 0 | 10111 | 110010 | 1000 | 100000 | 1001011 | 1000101 |
Color Harmonies of #EBB476
Complementary color
Monochromatic Colors of #EBB476
Black with #EBB476
Text Example
Text Example
White with #EBB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB476; }
p { color: rgb(235,180,118); }
H1.HeaderClassName
{
color: #EBB476;
}
.AnyTagClassName
{
color: #EBB476;
}
</style>
background-color css
<style>
a { background-color: #EBB476; }
a { background-color: rgb(235,180,118); }
div.DivClassName
{
background-color: #EBB476;
}
.BgClassName
{
background-color: #EBB476;
}
</style>
border-color css
<style>
span { border-color: #EBB476; }
span { border-color: rgb(235,180,118); }
td.TdClassName
{
border-color: #EBB476;
}
.TagClassName
{
border-color: #EBB476;
}
</style>