Shades of Cream Can #E8C34C
Tints of Cream Can #E8C34C
RGB
CMYK
RGB Variations
Color information
#E8C34C (or 0xE8C34C) is known color: Cream Can. HEX triplet: E8, C3 and 4C. RGB value is (232,195,76). Sum of RGB (Red+Green+Blue) = 232+195+76=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C34C is #173CB3. Grayscale: #C1C1C1. Windows color (decimal): -1522868 or 5030888. OLE color: 5030888.
HSL color Cylindrical-coordinate representation of color #E8C34C: hue angle of 45.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8C34C is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 76 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.09 |
| HSL | 45.77º | 0.77% | 0.6% | - |
| HSV(B) | 45.77º | 0.67% | 0.91% | - |
| XYZ | 54.1 | 56.71 | 14.93 | - |
| YUV | 192.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 76 | 0 | 0.16 | 0.67 | 0.09 | 45.77 | 0.77 | 0.6 |
| Hex | E8 | C3 | 4C | 0 | 10 | 43 | 9 | 2E | 4D | 3C |
| Octal | 350 | 303 | 114 | 0 | 20 | 103 | 11 | 56 | 115 | 74 |
| Binary | 11101000 | 11000011 | 1001100 | 0 | 10000 | 1000011 | 1001 | 101110 | 1001101 | 111100 |
Color Harmonies of #E8C34C
Complementary color
Monochromatic Colors of #E8C34C
Black with #E8C34C
Text Example
Text Example
White with #E8C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C34C; }
p { color: rgb(232,195,76); }
H1.HeaderClassName
{
color: #E8C34C;
}
.AnyTagClassName
{
color: #E8C34C;
}
</style>
background-color css
<style>
a { background-color: #E8C34C; }
a { background-color: rgb(232,195,76); }
div.DivClassName
{
background-color: #E8C34C;
}
.BgClassName
{
background-color: #E8C34C;
}
</style>
border-color css
<style>
span { border-color: #E8C34C; }
span { border-color: rgb(232,195,76); }
td.TdClassName
{
border-color: #E8C34C;
}
.TagClassName
{
border-color: #E8C34C;
}
</style>