Shades of Cream Can #E2C051
Tints of Cream Can #E2C051
RGB
CMYK
RGB Variations
Color information
#E2C051 (or 0xE2C051) is known color: Cream Can. HEX triplet: E2, C0 and 51. RGB value is (226,192,81). Sum of RGB (Red+Green+Blue) = 226+192+81=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C051 is #1D3FAE. Grayscale: #BDBDBD. Windows color (decimal): -1916847 or 5357794. OLE color: 5357794.
HSL color Cylindrical-coordinate representation of color #E2C051: hue angle of 45.93º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2C051 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 81 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.11 |
| HSL | 45.93º | 0.71% | 0.6% | - |
| HSV(B) | 45.93º | 0.64% | 0.89% | - |
| XYZ | 51.7 | 54.46 | 15.57 | - |
| YUV | 189.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 81 | 0 | 0.15 | 0.64 | 0.11 | 45.93 | 0.71 | 0.6 |
| Hex | E2 | C0 | 51 | 0 | F | 40 | B | 2E | 47 | 3C |
| Octal | 342 | 300 | 121 | 0 | 17 | 100 | 13 | 56 | 107 | 74 |
| Binary | 11100010 | 11000000 | 1010001 | 0 | 1111 | 1000000 | 1011 | 101110 | 1000111 | 111100 |
Color Harmonies of #E2C051
Complementary color
Monochromatic Colors of #E2C051
Black with #E2C051
Text Example
Text Example
White with #E2C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C051; }
p { color: rgb(226,192,81); }
H1.HeaderClassName
{
color: #E2C051;
}
.AnyTagClassName
{
color: #E2C051;
}
</style>
background-color css
<style>
a { background-color: #E2C051; }
a { background-color: rgb(226,192,81); }
div.DivClassName
{
background-color: #E2C051;
}
.BgClassName
{
background-color: #E2C051;
}
</style>
border-color css
<style>
span { border-color: #E2C051; }
span { border-color: rgb(226,192,81); }
td.TdClassName
{
border-color: #E2C051;
}
.TagClassName
{
border-color: #E2C051;
}
</style>