Shades of Cream Can #E8C65D
Tints of Cream Can #E8C65D
RGB
CMYK
RGB Variations
Color information
#E8C65D (or 0xE8C65D) is known color: Cream Can. HEX triplet: E8, C6 and 5D. RGB value is (232,198,93). Sum of RGB (Red+Green+Blue) = 232+198+93=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C65D is #1739A2. Grayscale: #C4C4C4. Windows color (decimal): -1522083 or 6145768. OLE color: 6145768.
HSL color Cylindrical-coordinate representation of color #E8C65D: hue angle of 45.32º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8C65D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 93 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.09 |
| HSL | 45.32º | 0.75% | 0.64% | - |
| HSV(B) | 45.32º | 0.6% | 0.91% | - |
| XYZ | 55.45 | 58.33 | 18.69 | - |
| YUV | 196.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 93 | 0 | 0.15 | 0.60 | 0.09 | 45.32 | 0.75 | 0.64 |
| Hex | E8 | C6 | 5D | 0 | F | 3C | 9 | 2D | 4B | 40 |
| Octal | 350 | 306 | 135 | 0 | 17 | 74 | 11 | 55 | 113 | 100 |
| Binary | 11101000 | 11000110 | 1011101 | 0 | 1111 | 111100 | 1001 | 101101 | 1001011 | 1000000 |
Color Harmonies of #E8C65D
Complementary color
Monochromatic Colors of #E8C65D
Black with #E8C65D
Text Example
Text Example
White with #E8C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C65D; }
p { color: rgb(232,198,93); }
H1.HeaderClassName
{
color: #E8C65D;
}
.AnyTagClassName
{
color: #E8C65D;
}
</style>
background-color css
<style>
a { background-color: #E8C65D; }
a { background-color: rgb(232,198,93); }
div.DivClassName
{
background-color: #E8C65D;
}
.BgClassName
{
background-color: #E8C65D;
}
</style>
border-color css
<style>
span { border-color: #E8C65D; }
span { border-color: rgb(232,198,93); }
td.TdClassName
{
border-color: #E8C65D;
}
.TagClassName
{
border-color: #E8C65D;
}
</style>