Shades of Cream Can #E8C04B
Tints of Cream Can #E8C04B
RGB
CMYK
RGB Variations
Color information
#E8C04B (or 0xE8C04B) is known color: Cream Can. HEX triplet: E8, C0 and 4B. RGB value is (232,192,75). Sum of RGB (Red+Green+Blue) = 232+192+75=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C04B is #173FB4. Grayscale: #BFBFBF. Windows color (decimal): -1523637 or 4964584. OLE color: 4964584.
HSL color Cylindrical-coordinate representation of color #E8C04B: hue angle of 44.71º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8C04B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 75 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.09 |
| HSL | 44.71º | 0.77% | 0.6% | - |
| HSV(B) | 44.71º | 0.68% | 0.91% | - |
| XYZ | 53.4 | 55.36 | 14.53 | - |
| YUV | 190.62 | 62.75 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 75 | 0 | 0.17 | 0.68 | 0.09 | 44.71 | 0.77 | 0.6 |
| Hex | E8 | C0 | 4B | 0 | 11 | 44 | 9 | 2D | 4D | 3C |
| Octal | 350 | 300 | 113 | 0 | 21 | 104 | 11 | 55 | 115 | 74 |
| Binary | 11101000 | 11000000 | 1001011 | 0 | 10001 | 1000100 | 1001 | 101101 | 1001101 | 111100 |
Color Harmonies of #E8C04B
Complementary color
Monochromatic Colors of #E8C04B
Black with #E8C04B
Text Example
Text Example
White with #E8C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C04B; }
p { color: rgb(232,192,75); }
H1.HeaderClassName
{
color: #E8C04B;
}
.AnyTagClassName
{
color: #E8C04B;
}
</style>
background-color css
<style>
a { background-color: #E8C04B; }
a { background-color: rgb(232,192,75); }
div.DivClassName
{
background-color: #E8C04B;
}
.BgClassName
{
background-color: #E8C04B;
}
</style>
border-color css
<style>
span { border-color: #E8C04B; }
span { border-color: rgb(232,192,75); }
td.TdClassName
{
border-color: #E8C04B;
}
.TagClassName
{
border-color: #E8C04B;
}
</style>