Shades of Cream Can #E6C85A
Tints of Cream Can #E6C85A
RGB
CMYK
RGB Variations
Color information
#E6C85A (or 0xE6C85A) is known color: Cream Can. HEX triplet: E6, C8 and 5A. RGB value is (230,200,90). Sum of RGB (Red+Green+Blue) = 230+200+90=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C85A is #1937A5. Grayscale: #C4C4C4. Windows color (decimal): -1652646 or 5949670. OLE color: 5949670.
HSL color Cylindrical-coordinate representation of color #E6C85A: hue angle of 47.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6C85A is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 90 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.10 |
| HSL | 47.14º | 0.74% | 0.63% | - |
| HSV(B) | 47.14º | 0.61% | 0.9% | - |
| XYZ | 55.13 | 58.87 | 18.13 | - |
| YUV | 196.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 90 | 0 | 0.13 | 0.61 | 0.10 | 47.14 | 0.74 | 0.63 |
| Hex | E6 | C8 | 5A | 0 | D | 3D | A | 2F | 4A | 3F |
| Octal | 346 | 310 | 132 | 0 | 15 | 75 | 12 | 57 | 112 | 77 |
| Binary | 11100110 | 11001000 | 1011010 | 0 | 1101 | 111101 | 1010 | 101111 | 1001010 | 111111 |
Color Harmonies of #E6C85A
Complementary color
Monochromatic Colors of #E6C85A
Black with #E6C85A
Text Example
Text Example
White with #E6C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C85A; }
p { color: rgb(230,200,90); }
H1.HeaderClassName
{
color: #E6C85A;
}
.AnyTagClassName
{
color: #E6C85A;
}
</style>
background-color css
<style>
a { background-color: #E6C85A; }
a { background-color: rgb(230,200,90); }
div.DivClassName
{
background-color: #E6C85A;
}
.BgClassName
{
background-color: #E6C85A;
}
</style>
border-color css
<style>
span { border-color: #E6C85A; }
span { border-color: rgb(230,200,90); }
td.TdClassName
{
border-color: #E6C85A;
}
.TagClassName
{
border-color: #E6C85A;
}
</style>