Shades of Cream Can #E8C450
Tints of Cream Can #E8C450
RGB
CMYK
RGB Variations
Color information
#E8C450 (or 0xE8C450) is known color: Cream Can. HEX triplet: E8, C4 and 50. RGB value is (232,196,80). Sum of RGB (Red+Green+Blue) = 232+196+80=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C450 is #173BAF. Grayscale: #C2C2C2. Windows color (decimal): -1522608 or 5293288. OLE color: 5293288.
HSL color Cylindrical-coordinate representation of color #E8C450: hue angle of 45.79º 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 #E8C450 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 80 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.09 |
| HSL | 45.79º | 0.77% | 0.61% | - |
| HSV(B) | 45.79º | 0.66% | 0.91% | - |
| XYZ | 54.47 | 57.21 | 15.76 | - |
| YUV | 193.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 80 | 0 | 0.16 | 0.66 | 0.09 | 45.79 | 0.77 | 0.61 |
| Hex | E8 | C4 | 50 | 0 | 10 | 42 | 9 | 2E | 4D | 3D |
| Octal | 350 | 304 | 120 | 0 | 20 | 102 | 11 | 56 | 115 | 75 |
| Binary | 11101000 | 11000100 | 1010000 | 0 | 10000 | 1000010 | 1001 | 101110 | 1001101 | 111101 |
Color Harmonies of #E8C450
Complementary color
Monochromatic Colors of #E8C450
Black with #E8C450
Text Example
Text Example
White with #E8C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C450; }
p { color: rgb(232,196,80); }
H1.HeaderClassName
{
color: #E8C450;
}
.AnyTagClassName
{
color: #E8C450;
}
</style>
background-color css
<style>
a { background-color: #E8C450; }
a { background-color: rgb(232,196,80); }
div.DivClassName
{
background-color: #E8C450;
}
.BgClassName
{
background-color: #E8C450;
}
</style>
border-color css
<style>
span { border-color: #E8C450; }
span { border-color: rgb(232,196,80); }
td.TdClassName
{
border-color: #E8C450;
}
.TagClassName
{
border-color: #E8C450;
}
</style>