Shades of Cream Can #E7C25D
Tints of Cream Can #E7C25D
RGB
CMYK
RGB Variations
Color information
#E7C25D (or 0xE7C25D) is known color: Cream Can. HEX triplet: E7, C2 and 5D. RGB value is (231,194,93). Sum of RGB (Red+Green+Blue) = 231+194+93=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C25D is #183DA2. Grayscale: #C1C1C1. Windows color (decimal): -1588643 or 6144743. OLE color: 6144743.
HSL color Cylindrical-coordinate representation of color #E7C25D: hue angle of 43.91º degrees, saturation: 0.74, 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 #E7C25D is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 93 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.09 |
| HSL | 43.91º | 0.74% | 0.64% | - |
| HSV(B) | 43.91º | 0.6% | 0.91% | - |
| XYZ | 54.22 | 56.36 | 18.38 | - |
| YUV | 193.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 93 | 0 | 0.16 | 0.60 | 0.09 | 43.91 | 0.74 | 0.64 |
| Hex | E7 | C2 | 5D | 0 | 10 | 3C | 9 | 2C | 4A | 40 |
| Octal | 347 | 302 | 135 | 0 | 20 | 74 | 11 | 54 | 112 | 100 |
| Binary | 11100111 | 11000010 | 1011101 | 0 | 10000 | 111100 | 1001 | 101100 | 1001010 | 1000000 |
Color Harmonies of #E7C25D
Complementary color
Monochromatic Colors of #E7C25D
Black with #E7C25D
Text Example
Text Example
White with #E7C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C25D; }
p { color: rgb(231,194,93); }
H1.HeaderClassName
{
color: #E7C25D;
}
.AnyTagClassName
{
color: #E7C25D;
}
</style>
background-color css
<style>
a { background-color: #E7C25D; }
a { background-color: rgb(231,194,93); }
div.DivClassName
{
background-color: #E7C25D;
}
.BgClassName
{
background-color: #E7C25D;
}
</style>
border-color css
<style>
span { border-color: #E7C25D; }
span { border-color: rgb(231,194,93); }
td.TdClassName
{
border-color: #E7C25D;
}
.TagClassName
{
border-color: #E7C25D;
}
</style>