Shades of Cream Can #E4C14C
Tints of Cream Can #E4C14C
RGB
CMYK
RGB Variations
Color information
#E4C14C (or 0xE4C14C) is known color: Cream Can. HEX triplet: E4, C1 and 4C. RGB value is (228,193,76). Sum of RGB (Red+Green+Blue) = 228+193+76=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C14C is #1B3EB3. Grayscale: #BEBEBE. Windows color (decimal): -1785524 or 5030372. OLE color: 5030372.
HSL color Cylindrical-coordinate representation of color #E4C14C: hue angle of 46.18º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4C14C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 193 | 76 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.11 |
| HSL | 46.18º | 0.74% | 0.6% | - |
| HSV(B) | 46.18º | 0.67% | 0.89% | - |
| XYZ | 52.37 | 55.16 | 14.72 | - |
| YUV | 190.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 193 | 76 | 0 | 0.15 | 0.67 | 0.11 | 46.18 | 0.74 | 0.6 |
| Hex | E4 | C1 | 4C | 0 | F | 43 | B | 2E | 4A | 3C |
| Octal | 344 | 301 | 114 | 0 | 17 | 103 | 13 | 56 | 112 | 74 |
| Binary | 11100100 | 11000001 | 1001100 | 0 | 1111 | 1000011 | 1011 | 101110 | 1001010 | 111100 |
Color Harmonies of #E4C14C
Complementary color
Monochromatic Colors of #E4C14C
Black with #E4C14C
Text Example
Text Example
White with #E4C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C14C; }
p { color: rgb(228,193,76); }
H1.HeaderClassName
{
color: #E4C14C;
}
.AnyTagClassName
{
color: #E4C14C;
}
</style>
background-color css
<style>
a { background-color: #E4C14C; }
a { background-color: rgb(228,193,76); }
div.DivClassName
{
background-color: #E4C14C;
}
.BgClassName
{
background-color: #E4C14C;
}
</style>
border-color css
<style>
span { border-color: #E4C14C; }
span { border-color: rgb(228,193,76); }
td.TdClassName
{
border-color: #E4C14C;
}
.TagClassName
{
border-color: #E4C14C;
}
</style>