Shades of Cream Can #E7C05C
Tints of Cream Can #E7C05C
RGB
CMYK
RGB Variations
Color information
#E7C05C (or 0xE7C05C) is known color: Cream Can. HEX triplet: E7, C0 and 5C. RGB value is (231,192,92). Sum of RGB (Red+Green+Blue) = 231+192+92=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C05C is #183FA3. Grayscale: #C0C0C0. Windows color (decimal): -1589156 or 6078695. OLE color: 6078695.
HSL color Cylindrical-coordinate representation of color #E7C05C: hue angle of 43.17º 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 #E7C05C is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 92 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.09 |
| HSL | 43.17º | 0.74% | 0.63% | - |
| HSV(B) | 43.17º | 0.6% | 0.91% | - |
| XYZ | 53.74 | 55.46 | 18 | - |
| YUV | 192.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 92 | 0 | 0.17 | 0.60 | 0.09 | 43.17 | 0.74 | 0.63 |
| Hex | E7 | C0 | 5C | 0 | 11 | 3C | 9 | 2B | 4A | 3F |
| Octal | 347 | 300 | 134 | 0 | 21 | 74 | 11 | 53 | 112 | 77 |
| Binary | 11100111 | 11000000 | 1011100 | 0 | 10001 | 111100 | 1001 | 101011 | 1001010 | 111111 |
Color Harmonies of #E7C05C
Complementary color
Monochromatic Colors of #E7C05C
Black with #E7C05C
Text Example
Text Example
White with #E7C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C05C; }
p { color: rgb(231,192,92); }
H1.HeaderClassName
{
color: #E7C05C;
}
.AnyTagClassName
{
color: #E7C05C;
}
</style>
background-color css
<style>
a { background-color: #E7C05C; }
a { background-color: rgb(231,192,92); }
div.DivClassName
{
background-color: #E7C05C;
}
.BgClassName
{
background-color: #E7C05C;
}
</style>
border-color css
<style>
span { border-color: #E7C05C; }
span { border-color: rgb(231,192,92); }
td.TdClassName
{
border-color: #E7C05C;
}
.TagClassName
{
border-color: #E7C05C;
}
</style>