Shades of Cream Can #E8C150
Tints of Cream Can #E8C150
RGB
CMYK
RGB Variations
Color information
#E8C150 (or 0xE8C150) is known color: Cream Can. HEX triplet: E8, C1 and 50. RGB value is (232,193,80). Sum of RGB (Red+Green+Blue) = 232+193+80=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C150 is #173EAF. Grayscale: #C0C0C0. Windows color (decimal): -1523376 or 5292520. OLE color: 5292520.
HSL color Cylindrical-coordinate representation of color #E8C150: hue angle of 44.61º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8C150 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 80 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.09 |
| HSL | 44.61º | 0.77% | 0.61% | - |
| HSV(B) | 44.61º | 0.66% | 0.91% | - |
| XYZ | 53.8 | 55.87 | 15.54 | - |
| YUV | 191.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 80 | 0 | 0.17 | 0.66 | 0.09 | 44.61 | 0.77 | 0.61 |
| Hex | E8 | C1 | 50 | 0 | 11 | 42 | 9 | 2D | 4D | 3D |
| Octal | 350 | 301 | 120 | 0 | 21 | 102 | 11 | 55 | 115 | 75 |
| Binary | 11101000 | 11000001 | 1010000 | 0 | 10001 | 1000010 | 1001 | 101101 | 1001101 | 111101 |
Color Harmonies of #E8C150
Complementary color
Monochromatic Colors of #E8C150
Black with #E8C150
Text Example
Text Example
White with #E8C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C150; }
p { color: rgb(232,193,80); }
H1.HeaderClassName
{
color: #E8C150;
}
.AnyTagClassName
{
color: #E8C150;
}
</style>
background-color css
<style>
a { background-color: #E8C150; }
a { background-color: rgb(232,193,80); }
div.DivClassName
{
background-color: #E8C150;
}
.BgClassName
{
background-color: #E8C150;
}
</style>
border-color css
<style>
span { border-color: #E8C150; }
span { border-color: rgb(232,193,80); }
td.TdClassName
{
border-color: #E8C150;
}
.TagClassName
{
border-color: #E8C150;
}
</style>