Shades of Cream Can #E5C051
Tints of Cream Can #E5C051
RGB
CMYK
RGB Variations
Color information
#E5C051 (or 0xE5C051) is known color: Cream Can. HEX triplet: E5, C0 and 51. RGB value is (229,192,81). Sum of RGB (Red+Green+Blue) = 229+192+81=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C051 is #1A3FAE. Grayscale: #BEBEBE. Windows color (decimal): -1720239 or 5357797. OLE color: 5357797.
HSL color Cylindrical-coordinate representation of color #E5C051: hue angle of 45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5C051 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 81 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.10 |
| HSL | 45º | 0.74% | 0.61% | - |
| HSV(B) | 45º | 0.65% | 0.9% | - |
| XYZ | 52.65 | 54.95 | 15.62 | - |
| YUV | 190.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 81 | 0 | 0.16 | 0.65 | 0.10 | 45 | 0.74 | 0.61 |
| Hex | E5 | C0 | 51 | 0 | 10 | 41 | A | 2D | 4A | 3D |
| Octal | 345 | 300 | 121 | 0 | 20 | 101 | 12 | 55 | 112 | 75 |
| Binary | 11100101 | 11000000 | 1010001 | 0 | 10000 | 1000001 | 1010 | 101101 | 1001010 | 111101 |
Color Harmonies of #E5C051
Complementary color
Monochromatic Colors of #E5C051
Black with #E5C051
Text Example
Text Example
White with #E5C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C051; }
p { color: rgb(229,192,81); }
H1.HeaderClassName
{
color: #E5C051;
}
.AnyTagClassName
{
color: #E5C051;
}
</style>
background-color css
<style>
a { background-color: #E5C051; }
a { background-color: rgb(229,192,81); }
div.DivClassName
{
background-color: #E5C051;
}
.BgClassName
{
background-color: #E5C051;
}
</style>
border-color css
<style>
span { border-color: #E5C051; }
span { border-color: rgb(229,192,81); }
td.TdClassName
{
border-color: #E5C051;
}
.TagClassName
{
border-color: #E5C051;
}
</style>