Shades of Cream Can #E8C45B
Tints of Cream Can #E8C45B
RGB
CMYK
RGB Variations
Color information
#E8C45B (or 0xE8C45B) is known color: Cream Can. HEX triplet: E8, C4 and 5B. RGB value is (232,196,91). Sum of RGB (Red+Green+Blue) = 232+196+91=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C45B is #173BA4. Grayscale: #C3C3C3. Windows color (decimal): -1522597 or 6014184. OLE color: 6014184.
HSL color Cylindrical-coordinate representation of color #E8C45B: hue angle of 44.68º degrees, saturation: 0.75, 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 #E8C45B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 91 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.09 |
| HSL | 44.68º | 0.75% | 0.63% | - |
| HSV(B) | 44.68º | 0.61% | 0.91% | - |
| XYZ | 54.91 | 57.39 | 18.08 | - |
| YUV | 194.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 91 | 0 | 0.16 | 0.61 | 0.09 | 44.68 | 0.75 | 0.63 |
| Hex | E8 | C4 | 5B | 0 | 10 | 3D | 9 | 2D | 4B | 3F |
| Octal | 350 | 304 | 133 | 0 | 20 | 75 | 11 | 55 | 113 | 77 |
| Binary | 11101000 | 11000100 | 1011011 | 0 | 10000 | 111101 | 1001 | 101101 | 1001011 | 111111 |
Color Harmonies of #E8C45B
Complementary color
Monochromatic Colors of #E8C45B
Black with #E8C45B
Text Example
Text Example
White with #E8C45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C45B; }
p { color: rgb(232,196,91); }
H1.HeaderClassName
{
color: #E8C45B;
}
.AnyTagClassName
{
color: #E8C45B;
}
</style>
background-color css
<style>
a { background-color: #E8C45B; }
a { background-color: rgb(232,196,91); }
div.DivClassName
{
background-color: #E8C45B;
}
.BgClassName
{
background-color: #E8C45B;
}
</style>
border-color css
<style>
span { border-color: #E8C45B; }
span { border-color: rgb(232,196,91); }
td.TdClassName
{
border-color: #E8C45B;
}
.TagClassName
{
border-color: #E8C45B;
}
</style>