Shades of Cream Can #E6C15E
Tints of Cream Can #E6C15E
RGB
CMYK
RGB Variations
Color information
#E6C15E (or 0xE6C15E) is known color: Cream Can. HEX triplet: E6, C1 and 5E. RGB value is (230,193,94). Sum of RGB (Red+Green+Blue) = 230+193+94=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C15E is #193EA1. Grayscale: #C1C1C1. Windows color (decimal): -1654434 or 6210022. OLE color: 6210022.
HSL color Cylindrical-coordinate representation of color #E6C15E: hue angle of 43.68º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6C15E is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 94 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.10 |
| HSL | 43.68º | 0.73% | 0.64% | - |
| HSV(B) | 43.68º | 0.59% | 0.9% | - |
| XYZ | 53.72 | 55.77 | 18.52 | - |
| YUV | 192.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 94 | 0 | 0.16 | 0.59 | 0.10 | 43.68 | 0.73 | 0.64 |
| Hex | E6 | C1 | 5E | 0 | 10 | 3B | A | 2C | 49 | 40 |
| Octal | 346 | 301 | 136 | 0 | 20 | 73 | 12 | 54 | 111 | 100 |
| Binary | 11100110 | 11000001 | 1011110 | 0 | 10000 | 111011 | 1010 | 101100 | 1001001 | 1000000 |
Color Harmonies of #E6C15E
Complementary color
Monochromatic Colors of #E6C15E
Black with #E6C15E
Text Example
Text Example
White with #E6C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C15E; }
p { color: rgb(230,193,94); }
H1.HeaderClassName
{
color: #E6C15E;
}
.AnyTagClassName
{
color: #E6C15E;
}
</style>
background-color css
<style>
a { background-color: #E6C15E; }
a { background-color: rgb(230,193,94); }
div.DivClassName
{
background-color: #E6C15E;
}
.BgClassName
{
background-color: #E6C15E;
}
</style>
border-color css
<style>
span { border-color: #E6C15E; }
span { border-color: rgb(230,193,94); }
td.TdClassName
{
border-color: #E6C15E;
}
.TagClassName
{
border-color: #E6C15E;
}
</style>