Shades of Cream Can #E7C15A
Tints of Cream Can #E7C15A
RGB
CMYK
RGB Variations
Color information
#E7C15A (or 0xE7C15A) is known color: Cream Can. HEX triplet: E7, C1 and 5A. RGB value is (231,193,90). Sum of RGB (Red+Green+Blue) = 231+193+90=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C15A is #183EA5. Grayscale: #C1C1C1. Windows color (decimal): -1588902 or 5947879. OLE color: 5947879.
HSL color Cylindrical-coordinate representation of color #E7C15A: hue angle of 43.83º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7C15A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 90 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.09 |
| HSL | 43.83º | 0.75% | 0.63% | - |
| HSV(B) | 43.83º | 0.61% | 0.91% | - |
| XYZ | 53.87 | 55.87 | 17.62 | - |
| YUV | 192.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 90 | 0 | 0.16 | 0.61 | 0.09 | 43.83 | 0.75 | 0.63 |
| Hex | E7 | C1 | 5A | 0 | 10 | 3D | 9 | 2C | 4B | 3F |
| Octal | 347 | 301 | 132 | 0 | 20 | 75 | 11 | 54 | 113 | 77 |
| Binary | 11100111 | 11000001 | 1011010 | 0 | 10000 | 111101 | 1001 | 101100 | 1001011 | 111111 |
Color Harmonies of #E7C15A
Complementary color
Monochromatic Colors of #E7C15A
Black with #E7C15A
Text Example
Text Example
White with #E7C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C15A; }
p { color: rgb(231,193,90); }
H1.HeaderClassName
{
color: #E7C15A;
}
.AnyTagClassName
{
color: #E7C15A;
}
</style>
background-color css
<style>
a { background-color: #E7C15A; }
a { background-color: rgb(231,193,90); }
div.DivClassName
{
background-color: #E7C15A;
}
.BgClassName
{
background-color: #E7C15A;
}
</style>
border-color css
<style>
span { border-color: #E7C15A; }
span { border-color: rgb(231,193,90); }
td.TdClassName
{
border-color: #E7C15A;
}
.TagClassName
{
border-color: #E7C15A;
}
</style>