Shades of Cream Can #E7C558
Tints of Cream Can #E7C558
RGB
CMYK
RGB Variations
Color information
#E7C558 (or 0xE7C558) is known color: Cream Can. HEX triplet: E7, C5 and 58. RGB value is (231,197,88). Sum of RGB (Red+Green+Blue) = 231+197+88=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C558 is #183AA7. Grayscale: #C3C3C3. Windows color (decimal): -1587880 or 5817831. OLE color: 5817831.
HSL color Cylindrical-coordinate representation of color #E7C558: hue angle of 45.73º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7C558 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 88 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.09 |
| HSL | 45.73º | 0.75% | 0.63% | - |
| HSV(B) | 45.73º | 0.62% | 0.91% | - |
| XYZ | 54.68 | 57.63 | 17.47 | - |
| YUV | 194.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 88 | 0 | 0.15 | 0.62 | 0.09 | 45.73 | 0.75 | 0.63 |
| Hex | E7 | C5 | 58 | 0 | F | 3E | 9 | 2E | 4B | 3F |
| Octal | 347 | 305 | 130 | 0 | 17 | 76 | 11 | 56 | 113 | 77 |
| Binary | 11100111 | 11000101 | 1011000 | 0 | 1111 | 111110 | 1001 | 101110 | 1001011 | 111111 |
Color Harmonies of #E7C558
Complementary color
Monochromatic Colors of #E7C558
Black with #E7C558
Text Example
Text Example
White with #E7C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C558; }
p { color: rgb(231,197,88); }
H1.HeaderClassName
{
color: #E7C558;
}
.AnyTagClassName
{
color: #E7C558;
}
</style>
background-color css
<style>
a { background-color: #E7C558; }
a { background-color: rgb(231,197,88); }
div.DivClassName
{
background-color: #E7C558;
}
.BgClassName
{
background-color: #E7C558;
}
</style>
border-color css
<style>
span { border-color: #E7C558; }
span { border-color: rgb(231,197,88); }
td.TdClassName
{
border-color: #E7C558;
}
.TagClassName
{
border-color: #E7C558;
}
</style>