Shades of Cream Can #E5C058
Tints of Cream Can #E5C058
RGB
CMYK
RGB Variations
Color information
#E5C058 (or 0xE5C058) is known color: Cream Can. HEX triplet: E5, C0 and 58. RGB value is (229,192,88). Sum of RGB (Red+Green+Blue) = 229+192+88=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C058 is #1A3FA7. Grayscale: #BFBFBF. Windows color (decimal): -1720232 or 5816549. OLE color: 5816549.
HSL color Cylindrical-coordinate representation of color #E5C058: hue angle of 44.26º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5C058 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 88 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.10 |
| HSL | 44.26º | 0.73% | 0.62% | - |
| HSV(B) | 44.26º | 0.62% | 0.9% | - |
| XYZ | 52.92 | 55.06 | 17.07 | - |
| YUV | 191.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 88 | 0 | 0.16 | 0.62 | 0.10 | 44.26 | 0.73 | 0.62 |
| Hex | E5 | C0 | 58 | 0 | 10 | 3E | A | 2C | 49 | 3E |
| Octal | 345 | 300 | 130 | 0 | 20 | 76 | 12 | 54 | 111 | 76 |
| Binary | 11100101 | 11000000 | 1011000 | 0 | 10000 | 111110 | 1010 | 101100 | 1001001 | 111110 |
Color Harmonies of #E5C058
Complementary color
Monochromatic Colors of #E5C058
Black with #E5C058
Text Example
Text Example
White with #E5C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C058; }
p { color: rgb(229,192,88); }
H1.HeaderClassName
{
color: #E5C058;
}
.AnyTagClassName
{
color: #E5C058;
}
</style>
background-color css
<style>
a { background-color: #E5C058; }
a { background-color: rgb(229,192,88); }
div.DivClassName
{
background-color: #E5C058;
}
.BgClassName
{
background-color: #E5C058;
}
</style>
border-color css
<style>
span { border-color: #E5C058; }
span { border-color: rgb(229,192,88); }
td.TdClassName
{
border-color: #E5C058;
}
.TagClassName
{
border-color: #E5C058;
}
</style>