Shades of Cream Can #E8C25A
Tints of Cream Can #E8C25A
RGB
CMYK
RGB Variations
Color information
#E8C25A (or 0xE8C25A) is known color: Cream Can. HEX triplet: E8, C2 and 5A. RGB value is (232,194,90). Sum of RGB (Red+Green+Blue) = 232+194+90=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C25A is #173DA5. Grayscale: #C1C1C1. Windows color (decimal): -1523110 or 5948136. OLE color: 5948136.
HSL color Cylindrical-coordinate representation of color #E8C25A: hue angle of 43.94º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8C25A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 90 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.09 |
| HSL | 43.94º | 0.76% | 0.63% | - |
| HSV(B) | 43.94º | 0.61% | 0.91% | - |
| XYZ | 54.42 | 56.48 | 17.71 | - |
| YUV | 193.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 90 | 0 | 0.16 | 0.61 | 0.09 | 43.94 | 0.76 | 0.63 |
| Hex | E8 | C2 | 5A | 0 | 10 | 3D | 9 | 2C | 4C | 3F |
| Octal | 350 | 302 | 132 | 0 | 20 | 75 | 11 | 54 | 114 | 77 |
| Binary | 11101000 | 11000010 | 1011010 | 0 | 10000 | 111101 | 1001 | 101100 | 1001100 | 111111 |
Color Harmonies of #E8C25A
Complementary color
Monochromatic Colors of #E8C25A
Black with #E8C25A
Text Example
Text Example
White with #E8C25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C25A; }
p { color: rgb(232,194,90); }
H1.HeaderClassName
{
color: #E8C25A;
}
.AnyTagClassName
{
color: #E8C25A;
}
</style>
background-color css
<style>
a { background-color: #E8C25A; }
a { background-color: rgb(232,194,90); }
div.DivClassName
{
background-color: #E8C25A;
}
.BgClassName
{
background-color: #E8C25A;
}
</style>
border-color css
<style>
span { border-color: #E8C25A; }
span { border-color: rgb(232,194,90); }
td.TdClassName
{
border-color: #E8C25A;
}
.TagClassName
{
border-color: #E8C25A;
}
</style>