Shades of Cream Can #E8C34D
Tints of Cream Can #E8C34D
RGB
CMYK
RGB Variations
Color information
#E8C34D (or 0xE8C34D) is known color: Cream Can. HEX triplet: E8, C3 and 4D. RGB value is (232,195,77). Sum of RGB (Red+Green+Blue) = 232+195+77=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C34D is #173CB2. Grayscale: #C1C1C1. Windows color (decimal): -1522867 or 5096424. OLE color: 5096424.
HSL color Cylindrical-coordinate representation of color #E8C34D: hue angle of 45.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8C34D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 77 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.09 |
| HSL | 45.68º | 0.77% | 0.61% | - |
| HSV(B) | 45.68º | 0.67% | 0.91% | - |
| XYZ | 54.13 | 56.72 | 15.12 | - |
| YUV | 192.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 77 | 0 | 0.16 | 0.67 | 0.09 | 45.68 | 0.77 | 0.61 |
| Hex | E8 | C3 | 4D | 0 | 10 | 43 | 9 | 2E | 4D | 3D |
| Octal | 350 | 303 | 115 | 0 | 20 | 103 | 11 | 56 | 115 | 75 |
| Binary | 11101000 | 11000011 | 1001101 | 0 | 10000 | 1000011 | 1001 | 101110 | 1001101 | 111101 |
Color Harmonies of #E8C34D
Complementary color
Monochromatic Colors of #E8C34D
Black with #E8C34D
Text Example
Text Example
White with #E8C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C34D; }
p { color: rgb(232,195,77); }
H1.HeaderClassName
{
color: #E8C34D;
}
.AnyTagClassName
{
color: #E8C34D;
}
</style>
background-color css
<style>
a { background-color: #E8C34D; }
a { background-color: rgb(232,195,77); }
div.DivClassName
{
background-color: #E8C34D;
}
.BgClassName
{
background-color: #E8C34D;
}
</style>
border-color css
<style>
span { border-color: #E8C34D; }
span { border-color: rgb(232,195,77); }
td.TdClassName
{
border-color: #E8C34D;
}
.TagClassName
{
border-color: #E8C34D;
}
</style>