Shades of Cream Can #E6C559
Tints of Cream Can #E6C559
RGB
CMYK
RGB Variations
Color information
#E6C559 (or 0xE6C559) is known color: Cream Can. HEX triplet: E6, C5 and 59. RGB value is (230,197,89). Sum of RGB (Red+Green+Blue) = 230+197+89=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C559 is #193AA6. Grayscale: #C3C3C3. Windows color (decimal): -1653415 or 5883366. OLE color: 5883366.
HSL color Cylindrical-coordinate representation of color #E6C559: hue angle of 45.96º 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 #E6C559 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 89 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.10 |
| HSL | 45.96º | 0.74% | 0.63% | - |
| HSV(B) | 45.96º | 0.61% | 0.9% | - |
| XYZ | 54.4 | 57.48 | 17.68 | - |
| YUV | 194.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 89 | 0 | 0.14 | 0.61 | 0.10 | 45.96 | 0.74 | 0.63 |
| Hex | E6 | C5 | 59 | 0 | E | 3D | A | 2E | 4A | 3F |
| Octal | 346 | 305 | 131 | 0 | 16 | 75 | 12 | 56 | 112 | 77 |
| Binary | 11100110 | 11000101 | 1011001 | 0 | 1110 | 111101 | 1010 | 101110 | 1001010 | 111111 |
Color Harmonies of #E6C559
Complementary color
Monochromatic Colors of #E6C559
Black with #E6C559
Text Example
Text Example
White with #E6C559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C559; }
p { color: rgb(230,197,89); }
H1.HeaderClassName
{
color: #E6C559;
}
.AnyTagClassName
{
color: #E6C559;
}
</style>
background-color css
<style>
a { background-color: #E6C559; }
a { background-color: rgb(230,197,89); }
div.DivClassName
{
background-color: #E6C559;
}
.BgClassName
{
background-color: #E6C559;
}
</style>
border-color css
<style>
span { border-color: #E6C559; }
span { border-color: rgb(230,197,89); }
td.TdClassName
{
border-color: #E6C559;
}
.TagClassName
{
border-color: #E6C559;
}
</style>