Shades of Cream Can #E7C15C
Tints of Cream Can #E7C15C
RGB
CMYK
RGB Variations
Color information
#E7C15C (or 0xE7C15C) is known color: Cream Can. HEX triplet: E7, C1 and 5C. RGB value is (231,193,92). Sum of RGB (Red+Green+Blue) = 231+193+92=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C15C is #183EA3. Grayscale: #C1C1C1. Windows color (decimal): -1588900 or 6078951. OLE color: 6078951.
HSL color Cylindrical-coordinate representation of color #E7C15C: hue angle of 43.6º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7C15C is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 92 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.09 |
| HSL | 43.6º | 0.74% | 0.63% | - |
| HSV(B) | 43.6º | 0.6% | 0.91% | - |
| XYZ | 53.96 | 55.9 | 18.07 | - |
| YUV | 192.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 92 | 0 | 0.16 | 0.60 | 0.09 | 43.6 | 0.74 | 0.63 |
| Hex | E7 | C1 | 5C | 0 | 10 | 3C | 9 | 2C | 4A | 3F |
| Octal | 347 | 301 | 134 | 0 | 20 | 74 | 11 | 54 | 112 | 77 |
| Binary | 11100111 | 11000001 | 1011100 | 0 | 10000 | 111100 | 1001 | 101100 | 1001010 | 111111 |
Color Harmonies of #E7C15C
Complementary color
Monochromatic Colors of #E7C15C
Black with #E7C15C
Text Example
Text Example
White with #E7C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C15C; }
p { color: rgb(231,193,92); }
H1.HeaderClassName
{
color: #E7C15C;
}
.AnyTagClassName
{
color: #E7C15C;
}
</style>
background-color css
<style>
a { background-color: #E7C15C; }
a { background-color: rgb(231,193,92); }
div.DivClassName
{
background-color: #E7C15C;
}
.BgClassName
{
background-color: #E7C15C;
}
</style>
border-color css
<style>
span { border-color: #E7C15C; }
span { border-color: rgb(231,193,92); }
td.TdClassName
{
border-color: #E7C15C;
}
.TagClassName
{
border-color: #E7C15C;
}
</style>