Shades of Cream Can #E6C05A
Tints of Cream Can #E6C05A
RGB
CMYK
RGB Variations
Color information
#E6C05A (or 0xE6C05A) is known color: Cream Can. HEX triplet: E6, C0 and 5A. RGB value is (230,192,90). Sum of RGB (Red+Green+Blue) = 230+192+90=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C05A is #193FA5. Grayscale: #C0C0C0. Windows color (decimal): -1654694 or 5947622. OLE color: 5947622.
HSL color Cylindrical-coordinate representation of color #E6C05A: hue angle of 43.71º 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 #E6C05A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 90 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.10 |
| HSL | 43.71º | 0.74% | 0.63% | - |
| HSV(B) | 43.71º | 0.61% | 0.9% | - |
| XYZ | 53.33 | 55.26 | 17.53 | - |
| YUV | 191.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 90 | 0 | 0.17 | 0.61 | 0.10 | 43.71 | 0.74 | 0.63 |
| Hex | E6 | C0 | 5A | 0 | 11 | 3D | A | 2C | 4A | 3F |
| Octal | 346 | 300 | 132 | 0 | 21 | 75 | 12 | 54 | 112 | 77 |
| Binary | 11100110 | 11000000 | 1011010 | 0 | 10001 | 111101 | 1010 | 101100 | 1001010 | 111111 |
Color Harmonies of #E6C05A
Complementary color
Monochromatic Colors of #E6C05A
Black with #E6C05A
Text Example
Text Example
White with #E6C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C05A; }
p { color: rgb(230,192,90); }
H1.HeaderClassName
{
color: #E6C05A;
}
.AnyTagClassName
{
color: #E6C05A;
}
</style>
background-color css
<style>
a { background-color: #E6C05A; }
a { background-color: rgb(230,192,90); }
div.DivClassName
{
background-color: #E6C05A;
}
.BgClassName
{
background-color: #E6C05A;
}
</style>
border-color css
<style>
span { border-color: #E6C05A; }
span { border-color: rgb(230,192,90); }
td.TdClassName
{
border-color: #E6C05A;
}
.TagClassName
{
border-color: #E6C05A;
}
</style>