Shades of Cream Can #E5C34F
Tints of Cream Can #E5C34F
RGB
CMYK
RGB Variations
Color information
#E5C34F (or 0xE5C34F) is known color: Cream Can. HEX triplet: E5, C3 and 4F. RGB value is (229,195,79). Sum of RGB (Red+Green+Blue) = 229+195+79=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C34F is #1A3CB0. Grayscale: #C0C0C0. Windows color (decimal): -1719473 or 5227493. OLE color: 5227493.
HSL color Cylindrical-coordinate representation of color #E5C34F: hue angle of 46.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5C34F is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 79 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.10 |
| HSL | 46.4º | 0.74% | 0.6% | - |
| HSV(B) | 46.4º | 0.66% | 0.9% | - |
| XYZ | 53.24 | 56.25 | 15.45 | - |
| YUV | 191.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 79 | 0 | 0.15 | 0.66 | 0.10 | 46.4 | 0.74 | 0.6 |
| Hex | E5 | C3 | 4F | 0 | F | 42 | A | 2E | 4A | 3C |
| Octal | 345 | 303 | 117 | 0 | 17 | 102 | 12 | 56 | 112 | 74 |
| Binary | 11100101 | 11000011 | 1001111 | 0 | 1111 | 1000010 | 1010 | 101110 | 1001010 | 111100 |
Color Harmonies of #E5C34F
Complementary color
Monochromatic Colors of #E5C34F
Black with #E5C34F
Text Example
Text Example
White with #E5C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C34F; }
p { color: rgb(229,195,79); }
H1.HeaderClassName
{
color: #E5C34F;
}
.AnyTagClassName
{
color: #E5C34F;
}
</style>
background-color css
<style>
a { background-color: #E5C34F; }
a { background-color: rgb(229,195,79); }
div.DivClassName
{
background-color: #E5C34F;
}
.BgClassName
{
background-color: #E5C34F;
}
</style>
border-color css
<style>
span { border-color: #E5C34F; }
span { border-color: rgb(229,195,79); }
td.TdClassName
{
border-color: #E5C34F;
}
.TagClassName
{
border-color: #E5C34F;
}
</style>