Shades of Cream Can #E8C34F
Tints of Cream Can #E8C34F
RGB
CMYK
RGB Variations
Color information
#E8C34F (or 0xE8C34F) is known color: Cream Can. HEX triplet: E8, C3 and 4F. RGB value is (232,195,79). Sum of RGB (Red+Green+Blue) = 232+195+79=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C34F is #173CB0. Grayscale: #C1C1C1. Windows color (decimal): -1522865 or 5227496. OLE color: 5227496.
HSL color Cylindrical-coordinate representation of color #E8C34F: hue angle of 45.49º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8C34F is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 79 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.09 |
| HSL | 45.49º | 0.77% | 0.61% | - |
| HSV(B) | 45.49º | 0.66% | 0.91% | - |
| XYZ | 54.21 | 56.75 | 15.49 | - |
| YUV | 192.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 79 | 0 | 0.16 | 0.66 | 0.09 | 45.49 | 0.77 | 0.61 |
| Hex | E8 | C3 | 4F | 0 | 10 | 42 | 9 | 2D | 4D | 3D |
| Octal | 350 | 303 | 117 | 0 | 20 | 102 | 11 | 55 | 115 | 75 |
| Binary | 11101000 | 11000011 | 1001111 | 0 | 10000 | 1000010 | 1001 | 101101 | 1001101 | 111101 |
Color Harmonies of #E8C34F
Complementary color
Monochromatic Colors of #E8C34F
Black with #E8C34F
Text Example
Text Example
White with #E8C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C34F; }
p { color: rgb(232,195,79); }
H1.HeaderClassName
{
color: #E8C34F;
}
.AnyTagClassName
{
color: #E8C34F;
}
</style>
background-color css
<style>
a { background-color: #E8C34F; }
a { background-color: rgb(232,195,79); }
div.DivClassName
{
background-color: #E8C34F;
}
.BgClassName
{
background-color: #E8C34F;
}
</style>
border-color css
<style>
span { border-color: #E8C34F; }
span { border-color: rgb(232,195,79); }
td.TdClassName
{
border-color: #E8C34F;
}
.TagClassName
{
border-color: #E8C34F;
}
</style>