Shades of Cream Can #E2C65A
Tints of Cream Can #E2C65A
RGB
CMYK
RGB Variations
Color information
#E2C65A (or 0xE2C65A) is known color: Cream Can. HEX triplet: E2, C6 and 5A. RGB value is (226,198,90). Sum of RGB (Red+Green+Blue) = 226+198+90=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C65A is #1D39A5. Grayscale: #C2C2C2. Windows color (decimal): -1915302 or 5949154. OLE color: 5949154.
HSL color Cylindrical-coordinate representation of color #E2C65A: hue angle of 47.65º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2C65A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 90 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.11 |
| HSL | 47.65º | 0.7% | 0.62% | - |
| HSV(B) | 47.65º | 0.6% | 0.89% | - |
| XYZ | 53.4 | 57.3 | 17.92 | - |
| YUV | 194.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 90 | 0 | 0.12 | 0.60 | 0.11 | 47.65 | 0.7 | 0.62 |
| Hex | E2 | C6 | 5A | 0 | C | 3C | B | 30 | 46 | 3E |
| Octal | 342 | 306 | 132 | 0 | 14 | 74 | 13 | 60 | 106 | 76 |
| Binary | 11100010 | 11000110 | 1011010 | 0 | 1100 | 111100 | 1011 | 110000 | 1000110 | 111110 |
Color Harmonies of #E2C65A
Complementary color
Monochromatic Colors of #E2C65A
Black with #E2C65A
Text Example
Text Example
White with #E2C65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C65A; }
p { color: rgb(226,198,90); }
H1.HeaderClassName
{
color: #E2C65A;
}
.AnyTagClassName
{
color: #E2C65A;
}
</style>
background-color css
<style>
a { background-color: #E2C65A; }
a { background-color: rgb(226,198,90); }
div.DivClassName
{
background-color: #E2C65A;
}
.BgClassName
{
background-color: #E2C65A;
}
</style>
border-color css
<style>
span { border-color: #E2C65A; }
span { border-color: rgb(226,198,90); }
td.TdClassName
{
border-color: #E2C65A;
}
.TagClassName
{
border-color: #E2C65A;
}
</style>