Shades of Cream Can #E6C45A
Tints of Cream Can #E6C45A
RGB
CMYK
RGB Variations
Color information
#E6C45A (or 0xE6C45A) is known color: Cream Can. HEX triplet: E6, C4 and 5A. RGB value is (230,196,90). Sum of RGB (Red+Green+Blue) = 230+196+90=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C45A is #193BA5. Grayscale: #C2C2C2. Windows color (decimal): -1653670 or 5948646. OLE color: 5948646.
HSL color Cylindrical-coordinate representation of color #E6C45A: hue angle of 45.43º 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 #E6C45A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 90 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.10 |
| HSL | 45.43º | 0.74% | 0.63% | - |
| HSV(B) | 45.43º | 0.61% | 0.9% | - |
| XYZ | 54.22 | 57.04 | 17.83 | - |
| YUV | 194.08 | 69.26 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 90 | 0 | 0.15 | 0.61 | 0.10 | 45.43 | 0.74 | 0.63 |
| Hex | E6 | C4 | 5A | 0 | F | 3D | A | 2D | 4A | 3F |
| Octal | 346 | 304 | 132 | 0 | 17 | 75 | 12 | 55 | 112 | 77 |
| Binary | 11100110 | 11000100 | 1011010 | 0 | 1111 | 111101 | 1010 | 101101 | 1001010 | 111111 |
Color Harmonies of #E6C45A
Complementary color
Monochromatic Colors of #E6C45A
Black with #E6C45A
Text Example
Text Example
White with #E6C45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C45A; }
p { color: rgb(230,196,90); }
H1.HeaderClassName
{
color: #E6C45A;
}
.AnyTagClassName
{
color: #E6C45A;
}
</style>
background-color css
<style>
a { background-color: #E6C45A; }
a { background-color: rgb(230,196,90); }
div.DivClassName
{
background-color: #E6C45A;
}
.BgClassName
{
background-color: #E6C45A;
}
</style>
border-color css
<style>
span { border-color: #E6C45A; }
span { border-color: rgb(230,196,90); }
td.TdClassName
{
border-color: #E6C45A;
}
.TagClassName
{
border-color: #E6C45A;
}
</style>