Shades of Cream Can #E2C053
Tints of Cream Can #E2C053
RGB
CMYK
RGB Variations
Color information
#E2C053 (or 0xE2C053) is known color: Cream Can. HEX triplet: E2, C0 and 53. RGB value is (226,192,83). Sum of RGB (Red+Green+Blue) = 226+192+83=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C053 is #1D3FAC. Grayscale: #BEBEBE. Windows color (decimal): -1916845 or 5488866. OLE color: 5488866.
HSL color Cylindrical-coordinate representation of color #E2C053: hue angle of 45.73º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2C053 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 83 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.11 |
| HSL | 45.73º | 0.71% | 0.61% | - |
| HSV(B) | 45.73º | 0.63% | 0.89% | - |
| XYZ | 51.78 | 54.49 | 15.97 | - |
| YUV | 189.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 83 | 0 | 0.15 | 0.63 | 0.11 | 45.73 | 0.71 | 0.61 |
| Hex | E2 | C0 | 53 | 0 | F | 3F | B | 2E | 47 | 3D |
| Octal | 342 | 300 | 123 | 0 | 17 | 77 | 13 | 56 | 107 | 75 |
| Binary | 11100010 | 11000000 | 1010011 | 0 | 1111 | 111111 | 1011 | 101110 | 1000111 | 111101 |
Color Harmonies of #E2C053
Complementary color
Monochromatic Colors of #E2C053
Black with #E2C053
Text Example
Text Example
White with #E2C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C053; }
p { color: rgb(226,192,83); }
H1.HeaderClassName
{
color: #E2C053;
}
.AnyTagClassName
{
color: #E2C053;
}
</style>
background-color css
<style>
a { background-color: #E2C053; }
a { background-color: rgb(226,192,83); }
div.DivClassName
{
background-color: #E2C053;
}
.BgClassName
{
background-color: #E2C053;
}
</style>
border-color css
<style>
span { border-color: #E2C053; }
span { border-color: rgb(226,192,83); }
td.TdClassName
{
border-color: #E2C053;
}
.TagClassName
{
border-color: #E2C053;
}
</style>