Shades of Corvette #EBB37E
Tints of Corvette #EBB37E
RGB
CMYK
RGB Variations
Color information
#EBB37E (or 0xEBB37E) is known color: Corvette. HEX triplet: EB, B3 and 7E. RGB value is (235,179,126). Sum of RGB (Red+Green+Blue) = 235+179+126=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB37E is #144C81. Grayscale: #BDBDBD. Windows color (decimal): -1330306 or 8303595. OLE color: 8303595.
HSL color Cylindrical-coordinate representation of color #EBB37E: hue angle of 29.17º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBB37E is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 126 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.08 |
| HSL | 29.17º | 0.73% | 0.71% | - |
| HSV(B) | 29.17º | 0.46% | 0.92% | - |
| XYZ | 54.15 | 51.41 | 26.81 | - |
| YUV | 189.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 126 | 0 | 0.24 | 0.46 | 0.08 | 29.17 | 0.73 | 0.71 |
| Hex | EB | B3 | 7E | 0 | 18 | 2E | 8 | 1D | 49 | 47 |
| Octal | 353 | 263 | 176 | 0 | 30 | 56 | 10 | 35 | 111 | 107 |
| Binary | 11101011 | 10110011 | 1111110 | 0 | 11000 | 101110 | 1000 | 11101 | 1001001 | 1000111 |
Color Harmonies of #EBB37E
Complementary color
Monochromatic Colors of #EBB37E
Black with #EBB37E
Text Example
Text Example
White with #EBB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB37E; }
p { color: rgb(235,179,126); }
H1.HeaderClassName
{
color: #EBB37E;
}
.AnyTagClassName
{
color: #EBB37E;
}
</style>
background-color css
<style>
a { background-color: #EBB37E; }
a { background-color: rgb(235,179,126); }
div.DivClassName
{
background-color: #EBB37E;
}
.BgClassName
{
background-color: #EBB37E;
}
</style>
border-color css
<style>
span { border-color: #EBB37E; }
span { border-color: rgb(235,179,126); }
td.TdClassName
{
border-color: #EBB37E;
}
.TagClassName
{
border-color: #EBB37E;
}
</style>