Shades of Cream Can #E1C250
Tints of Cream Can #E1C250
RGB
CMYK
RGB Variations
Color information
#E1C250 (or 0xE1C250) is known color: Cream Can. HEX triplet: E1, C2 and 50. RGB value is (225,194,80). Sum of RGB (Red+Green+Blue) = 225+194+80=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C250 is #1E3DAF. Grayscale: #BEBEBE. Windows color (decimal): -1981872 or 5292769. OLE color: 5292769.
HSL color Cylindrical-coordinate representation of color #E1C250: hue angle of 47.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1C250 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.12 |
| HSL | 47.17º | 0.71% | 0.6% | - |
| HSV(B) | 47.17º | 0.64% | 0.88% | - |
| XYZ | 51.79 | 55.17 | 15.51 | - |
| YUV | 190.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 80 | 0 | 0.14 | 0.64 | 0.12 | 47.17 | 0.71 | 0.6 |
| Hex | E1 | C2 | 50 | 0 | E | 40 | C | 2F | 47 | 3C |
| Octal | 341 | 302 | 120 | 0 | 16 | 100 | 14 | 57 | 107 | 74 |
| Binary | 11100001 | 11000010 | 1010000 | 0 | 1110 | 1000000 | 1100 | 101111 | 1000111 | 111100 |
Color Harmonies of #E1C250
Complementary color
Monochromatic Colors of #E1C250
Black with #E1C250
Text Example
Text Example
White with #E1C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C250; }
p { color: rgb(225,194,80); }
H1.HeaderClassName
{
color: #E1C250;
}
.AnyTagClassName
{
color: #E1C250;
}
</style>
background-color css
<style>
a { background-color: #E1C250; }
a { background-color: rgb(225,194,80); }
div.DivClassName
{
background-color: #E1C250;
}
.BgClassName
{
background-color: #E1C250;
}
</style>
border-color css
<style>
span { border-color: #E1C250; }
span { border-color: rgb(225,194,80); }
td.TdClassName
{
border-color: #E1C250;
}
.TagClassName
{
border-color: #E1C250;
}
</style>