Shades of Cream Can #E8C552
Tints of Cream Can #E8C552
RGB
CMYK
RGB Variations
Color information
#E8C552 (or 0xE8C552) is known color: Cream Can. HEX triplet: E8, C5 and 52. RGB value is (232,197,82). Sum of RGB (Red+Green+Blue) = 232+197+82=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C552 is #173AAD. Grayscale: #C2C2C2. Windows color (decimal): -1522350 or 5424616. OLE color: 5424616.
HSL color Cylindrical-coordinate representation of color #E8C552: hue angle of 46º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8C552 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 82 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.09 |
| HSL | 46º | 0.77% | 0.62% | - |
| HSV(B) | 46º | 0.65% | 0.91% | - |
| XYZ | 54.77 | 57.7 | 16.23 | - |
| YUV | 194.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 82 | 0 | 0.15 | 0.65 | 0.09 | 46 | 0.77 | 0.62 |
| Hex | E8 | C5 | 52 | 0 | F | 41 | 9 | 2E | 4D | 3E |
| Octal | 350 | 305 | 122 | 0 | 17 | 101 | 11 | 56 | 115 | 76 |
| Binary | 11101000 | 11000101 | 1010010 | 0 | 1111 | 1000001 | 1001 | 101110 | 1001101 | 111110 |
Color Harmonies of #E8C552
Complementary color
Monochromatic Colors of #E8C552
Black with #E8C552
Text Example
Text Example
White with #E8C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C552; }
p { color: rgb(232,197,82); }
H1.HeaderClassName
{
color: #E8C552;
}
.AnyTagClassName
{
color: #E8C552;
}
</style>
background-color css
<style>
a { background-color: #E8C552; }
a { background-color: rgb(232,197,82); }
div.DivClassName
{
background-color: #E8C552;
}
.BgClassName
{
background-color: #E8C552;
}
</style>
border-color css
<style>
span { border-color: #E8C552; }
span { border-color: rgb(232,197,82); }
td.TdClassName
{
border-color: #E8C552;
}
.TagClassName
{
border-color: #E8C552;
}
</style>