Shades of Cream Can #E6C25A
Tints of Cream Can #E6C25A
RGB
CMYK
RGB Variations
Color information
#E6C25A (or 0xE6C25A) is known color: Cream Can. HEX triplet: E6, C2 and 5A. RGB value is (230,194,90). Sum of RGB (Red+Green+Blue) = 230+194+90=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C25A is #193DA5. Grayscale: #C1C1C1. Windows color (decimal): -1654182 or 5948134. OLE color: 5948134.
HSL color Cylindrical-coordinate representation of color #E6C25A: hue angle of 44.57º 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 #E6C25A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 90 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.10 |
| HSL | 44.57º | 0.74% | 0.63% | - |
| HSV(B) | 44.57º | 0.61% | 0.9% | - |
| XYZ | 53.77 | 56.14 | 17.68 | - |
| YUV | 192.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 90 | 0 | 0.16 | 0.61 | 0.10 | 44.57 | 0.74 | 0.63 |
| Hex | E6 | C2 | 5A | 0 | 10 | 3D | A | 2D | 4A | 3F |
| Octal | 346 | 302 | 132 | 0 | 20 | 75 | 12 | 55 | 112 | 77 |
| Binary | 11100110 | 11000010 | 1011010 | 0 | 10000 | 111101 | 1010 | 101101 | 1001010 | 111111 |
Color Harmonies of #E6C25A
Complementary color
Monochromatic Colors of #E6C25A
Black with #E6C25A
Text Example
Text Example
White with #E6C25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C25A; }
p { color: rgb(230,194,90); }
H1.HeaderClassName
{
color: #E6C25A;
}
.AnyTagClassName
{
color: #E6C25A;
}
</style>
background-color css
<style>
a { background-color: #E6C25A; }
a { background-color: rgb(230,194,90); }
div.DivClassName
{
background-color: #E6C25A;
}
.BgClassName
{
background-color: #E6C25A;
}
</style>
border-color css
<style>
span { border-color: #E6C25A; }
span { border-color: rgb(230,194,90); }
td.TdClassName
{
border-color: #E6C25A;
}
.TagClassName
{
border-color: #E6C25A;
}
</style>