Shades of Cream Can #E6C359
Tints of Cream Can #E6C359
RGB
CMYK
RGB Variations
Color information
#E6C359 (or 0xE6C359) is known color: Cream Can. HEX triplet: E6, C3 and 59. RGB value is (230,195,89). Sum of RGB (Red+Green+Blue) = 230+195+89=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C359 is #193CA6. Grayscale: #C1C1C1. Windows color (decimal): -1653927 or 5882854. OLE color: 5882854.
HSL color Cylindrical-coordinate representation of color #E6C359: hue angle of 45.11º 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 #E6C359 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 89 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.10 |
| HSL | 45.11º | 0.74% | 0.63% | - |
| HSV(B) | 45.11º | 0.61% | 0.9% | - |
| XYZ | 53.95 | 56.57 | 17.53 | - |
| YUV | 193.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 89 | 0 | 0.15 | 0.61 | 0.10 | 45.11 | 0.74 | 0.63 |
| Hex | E6 | C3 | 59 | 0 | F | 3D | A | 2D | 4A | 3F |
| Octal | 346 | 303 | 131 | 0 | 17 | 75 | 12 | 55 | 112 | 77 |
| Binary | 11100110 | 11000011 | 1011001 | 0 | 1111 | 111101 | 1010 | 101101 | 1001010 | 111111 |
Color Harmonies of #E6C359
Complementary color
Monochromatic Colors of #E6C359
Black with #E6C359
Text Example
Text Example
White with #E6C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C359; }
p { color: rgb(230,195,89); }
H1.HeaderClassName
{
color: #E6C359;
}
.AnyTagClassName
{
color: #E6C359;
}
</style>
background-color css
<style>
a { background-color: #E6C359; }
a { background-color: rgb(230,195,89); }
div.DivClassName
{
background-color: #E6C359;
}
.BgClassName
{
background-color: #E6C359;
}
</style>
border-color css
<style>
span { border-color: #E6C359; }
span { border-color: rgb(230,195,89); }
td.TdClassName
{
border-color: #E6C359;
}
.TagClassName
{
border-color: #E6C359;
}
</style>