Shades of Cream Can #E3C75A
Tints of Cream Can #E3C75A
RGB
CMYK
RGB Variations
Color information
#E3C75A (or 0xE3C75A) is known color: Cream Can. HEX triplet: E3, C7 and 5A. RGB value is (227,199,90). Sum of RGB (Red+Green+Blue) = 227+199+90=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C75A is #1C38A5. Grayscale: #C3C3C3. Windows color (decimal): -1849510 or 5949411. OLE color: 5949411.
HSL color Cylindrical-coordinate representation of color #E3C75A: hue angle of 47.74º degrees, saturation: 0.71, 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 #E3C75A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 90 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.11 |
| HSL | 47.74º | 0.71% | 0.62% | - |
| HSV(B) | 47.74º | 0.6% | 0.89% | - |
| XYZ | 53.95 | 57.92 | 18.01 | - |
| YUV | 194.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 90 | 0 | 0.12 | 0.60 | 0.11 | 47.74 | 0.71 | 0.62 |
| Hex | E3 | C7 | 5A | 0 | C | 3C | B | 30 | 47 | 3E |
| Octal | 343 | 307 | 132 | 0 | 14 | 74 | 13 | 60 | 107 | 76 |
| Binary | 11100011 | 11000111 | 1011010 | 0 | 1100 | 111100 | 1011 | 110000 | 1000111 | 111110 |
Color Harmonies of #E3C75A
Complementary color
Monochromatic Colors of #E3C75A
Black with #E3C75A
Text Example
Text Example
White with #E3C75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C75A; }
p { color: rgb(227,199,90); }
H1.HeaderClassName
{
color: #E3C75A;
}
.AnyTagClassName
{
color: #E3C75A;
}
</style>
background-color css
<style>
a { background-color: #E3C75A; }
a { background-color: rgb(227,199,90); }
div.DivClassName
{
background-color: #E3C75A;
}
.BgClassName
{
background-color: #E3C75A;
}
</style>
border-color css
<style>
span { border-color: #E3C75A; }
span { border-color: rgb(227,199,90); }
td.TdClassName
{
border-color: #E3C75A;
}
.TagClassName
{
border-color: #E3C75A;
}
</style>