Shades of Cream Can #E8C45C
Tints of Cream Can #E8C45C
RGB
CMYK
RGB Variations
Color information
#E8C45C (or 0xE8C45C) is known color: Cream Can. HEX triplet: E8, C4 and 5C. RGB value is (232,196,92). Sum of RGB (Red+Green+Blue) = 232+196+92=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C45C is #173BA3. Grayscale: #C3C3C3. Windows color (decimal): -1522596 or 6079720. OLE color: 6079720.
HSL color Cylindrical-coordinate representation of color #E8C45C: hue angle of 44.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8C45C is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 92 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.09 |
| HSL | 44.57º | 0.75% | 0.64% | - |
| HSV(B) | 44.57º | 0.6% | 0.91% | - |
| XYZ | 54.95 | 57.41 | 18.31 | - |
| YUV | 194.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 92 | 0 | 0.16 | 0.60 | 0.09 | 44.57 | 0.75 | 0.64 |
| Hex | E8 | C4 | 5C | 0 | 10 | 3C | 9 | 2D | 4B | 40 |
| Octal | 350 | 304 | 134 | 0 | 20 | 74 | 11 | 55 | 113 | 100 |
| Binary | 11101000 | 11000100 | 1011100 | 0 | 10000 | 111100 | 1001 | 101101 | 1001011 | 1000000 |
Color Harmonies of #E8C45C
Complementary color
Monochromatic Colors of #E8C45C
Black with #E8C45C
Text Example
Text Example
White with #E8C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C45C; }
p { color: rgb(232,196,92); }
H1.HeaderClassName
{
color: #E8C45C;
}
.AnyTagClassName
{
color: #E8C45C;
}
</style>
background-color css
<style>
a { background-color: #E8C45C; }
a { background-color: rgb(232,196,92); }
div.DivClassName
{
background-color: #E8C45C;
}
.BgClassName
{
background-color: #E8C45C;
}
</style>
border-color css
<style>
span { border-color: #E8C45C; }
span { border-color: rgb(232,196,92); }
td.TdClassName
{
border-color: #E8C45C;
}
.TagClassName
{
border-color: #E8C45C;
}
</style>