Shades of Cream Can #E3C55C
Tints of Cream Can #E3C55C
RGB
CMYK
RGB Variations
Color information
#E3C55C (or 0xE3C55C) is known color: Cream Can. HEX triplet: E3, C5 and 5C. RGB value is (227,197,92). Sum of RGB (Red+Green+Blue) = 227+197+92=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C55C is #1C3AA3. Grayscale: #C2C2C2. Windows color (decimal): -1850020 or 6079971. OLE color: 6079971.
HSL color Cylindrical-coordinate representation of color #E3C55C: hue angle of 46.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3C55C is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 92 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.11 |
| HSL | 46.67º | 0.71% | 0.63% | - |
| HSV(B) | 46.67º | 0.59% | 0.89% | - |
| XYZ | 53.58 | 57.04 | 18.31 | - |
| YUV | 194 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 92 | 0 | 0.13 | 0.59 | 0.11 | 46.67 | 0.71 | 0.63 |
| Hex | E3 | C5 | 5C | 0 | D | 3B | B | 2F | 47 | 3F |
| Octal | 343 | 305 | 134 | 0 | 15 | 73 | 13 | 57 | 107 | 77 |
| Binary | 11100011 | 11000101 | 1011100 | 0 | 1101 | 111011 | 1011 | 101111 | 1000111 | 111111 |
Color Harmonies of #E3C55C
Complementary color
Monochromatic Colors of #E3C55C
Black with #E3C55C
Text Example
Text Example
White with #E3C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C55C; }
p { color: rgb(227,197,92); }
H1.HeaderClassName
{
color: #E3C55C;
}
.AnyTagClassName
{
color: #E3C55C;
}
</style>
background-color css
<style>
a { background-color: #E3C55C; }
a { background-color: rgb(227,197,92); }
div.DivClassName
{
background-color: #E3C55C;
}
.BgClassName
{
background-color: #E3C55C;
}
</style>
border-color css
<style>
span { border-color: #E3C55C; }
span { border-color: rgb(227,197,92); }
td.TdClassName
{
border-color: #E3C55C;
}
.TagClassName
{
border-color: #E3C55C;
}
</style>