Shades of Cream Can #E7C355
Tints of Cream Can #E7C355
RGB
CMYK
RGB Variations
Color information
#E7C355 (or 0xE7C355) is known color: Cream Can. HEX triplet: E7, C3 and 55. RGB value is (231,195,85). Sum of RGB (Red+Green+Blue) = 231+195+85=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C355 is #183CAA. Grayscale: #C1C1C1. Windows color (decimal): -1588395 or 5620711. OLE color: 5620711.
HSL color Cylindrical-coordinate representation of color #E7C355: hue angle of 45.21º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7C355 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 85 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.09 |
| HSL | 45.21º | 0.75% | 0.62% | - |
| HSV(B) | 45.21º | 0.63% | 0.91% | - |
| XYZ | 54.11 | 56.68 | 16.68 | - |
| YUV | 193.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 85 | 0 | 0.16 | 0.63 | 0.09 | 45.21 | 0.75 | 0.62 |
| Hex | E7 | C3 | 55 | 0 | 10 | 3F | 9 | 2D | 4B | 3E |
| Octal | 347 | 303 | 125 | 0 | 20 | 77 | 11 | 55 | 113 | 76 |
| Binary | 11100111 | 11000011 | 1010101 | 0 | 10000 | 111111 | 1001 | 101101 | 1001011 | 111110 |
Color Harmonies of #E7C355
Complementary color
Monochromatic Colors of #E7C355
Black with #E7C355
Text Example
Text Example
White with #E7C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C355; }
p { color: rgb(231,195,85); }
H1.HeaderClassName
{
color: #E7C355;
}
.AnyTagClassName
{
color: #E7C355;
}
</style>
background-color css
<style>
a { background-color: #E7C355; }
a { background-color: rgb(231,195,85); }
div.DivClassName
{
background-color: #E7C355;
}
.BgClassName
{
background-color: #E7C355;
}
</style>
border-color css
<style>
span { border-color: #E7C355; }
span { border-color: rgb(231,195,85); }
td.TdClassName
{
border-color: #E7C355;
}
.TagClassName
{
border-color: #E7C355;
}
</style>