Shades of Cream Can #E7C85B
Tints of Cream Can #E7C85B
RGB
CMYK
RGB Variations
Color information
#E7C85B (or 0xE7C85B) is known color: Cream Can. HEX triplet: E7, C8 and 5B. RGB value is (231,200,91). Sum of RGB (Red+Green+Blue) = 231+200+91=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C85B is #1837A4. Grayscale: #C5C5C5. Windows color (decimal): -1587109 or 6015207. OLE color: 6015207.
HSL color Cylindrical-coordinate representation of color #E7C85B: hue angle of 46.71º degrees, saturation: 0.74, 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 #E7C85B is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 91 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.09 |
| HSL | 46.71º | 0.74% | 0.63% | - |
| HSV(B) | 46.71º | 0.61% | 0.91% | - |
| XYZ | 55.5 | 59.05 | 18.37 | - |
| YUV | 196.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 91 | 0 | 0.13 | 0.61 | 0.09 | 46.71 | 0.74 | 0.63 |
| Hex | E7 | C8 | 5B | 0 | D | 3D | 9 | 2F | 4A | 3F |
| Octal | 347 | 310 | 133 | 0 | 15 | 75 | 11 | 57 | 112 | 77 |
| Binary | 11100111 | 11001000 | 1011011 | 0 | 1101 | 111101 | 1001 | 101111 | 1001010 | 111111 |
Color Harmonies of #E7C85B
Complementary color
Monochromatic Colors of #E7C85B
Black with #E7C85B
Text Example
Text Example
White with #E7C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C85B; }
p { color: rgb(231,200,91); }
H1.HeaderClassName
{
color: #E7C85B;
}
.AnyTagClassName
{
color: #E7C85B;
}
</style>
background-color css
<style>
a { background-color: #E7C85B; }
a { background-color: rgb(231,200,91); }
div.DivClassName
{
background-color: #E7C85B;
}
.BgClassName
{
background-color: #E7C85B;
}
</style>
border-color css
<style>
span { border-color: #E7C85B; }
span { border-color: rgb(231,200,91); }
td.TdClassName
{
border-color: #E7C85B;
}
.TagClassName
{
border-color: #E7C85B;
}
</style>