Shades of Cream Can #E7C050
Tints of Cream Can #E7C050
RGB
CMYK
RGB Variations
Color information
#E7C050 (or 0xE7C050) is known color: Cream Can. HEX triplet: E7, C0 and 50. RGB value is (231,192,80). Sum of RGB (Red+Green+Blue) = 231+192+80=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C050 is #183FAF. Grayscale: #BFBFBF. Windows color (decimal): -1589168 or 5292263. OLE color: 5292263.
HSL color Cylindrical-coordinate representation of color #E7C050: hue angle of 44.5º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7C050 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 80 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.09 |
| HSL | 44.5º | 0.76% | 0.61% | - |
| HSV(B) | 44.5º | 0.65% | 0.91% | - |
| XYZ | 53.25 | 55.27 | 15.45 | - |
| YUV | 190.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 80 | 0 | 0.17 | 0.65 | 0.09 | 44.5 | 0.76 | 0.61 |
| Hex | E7 | C0 | 50 | 0 | 11 | 41 | 9 | 2D | 4C | 3D |
| Octal | 347 | 300 | 120 | 0 | 21 | 101 | 11 | 55 | 114 | 75 |
| Binary | 11100111 | 11000000 | 1010000 | 0 | 10001 | 1000001 | 1001 | 101101 | 1001100 | 111101 |
Color Harmonies of #E7C050
Complementary color
Monochromatic Colors of #E7C050
Black with #E7C050
Text Example
Text Example
White with #E7C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C050; }
p { color: rgb(231,192,80); }
H1.HeaderClassName
{
color: #E7C050;
}
.AnyTagClassName
{
color: #E7C050;
}
</style>
background-color css
<style>
a { background-color: #E7C050; }
a { background-color: rgb(231,192,80); }
div.DivClassName
{
background-color: #E7C050;
}
.BgClassName
{
background-color: #E7C050;
}
</style>
border-color css
<style>
span { border-color: #E7C050; }
span { border-color: rgb(231,192,80); }
td.TdClassName
{
border-color: #E7C050;
}
.TagClassName
{
border-color: #E7C050;
}
</style>