Shades of Cream Can #E9C34D
Tints of Cream Can #E9C34D
RGB
CMYK
RGB Variations
Color information
#E9C34D (or 0xE9C34D) is known color: Cream Can. HEX triplet: E9, C3 and 4D. RGB value is (233,195,77). Sum of RGB (Red+Green+Blue) = 233+195+77=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C34D is #163CB2. Grayscale: #C1C1C1. Windows color (decimal): -1457331 or 5096425. OLE color: 5096425.
HSL color Cylindrical-coordinate representation of color #E9C34D: hue angle of 45.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9C34D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 77 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.09 |
| HSL | 45.38º | 0.78% | 0.61% | - |
| HSV(B) | 45.38º | 0.67% | 0.91% | - |
| XYZ | 54.46 | 56.89 | 15.13 | - |
| YUV | 192.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 77 | 0 | 0.16 | 0.67 | 0.09 | 45.38 | 0.78 | 0.61 |
| Hex | E9 | C3 | 4D | 0 | 10 | 43 | 9 | 2D | 4E | 3D |
| Octal | 351 | 303 | 115 | 0 | 20 | 103 | 11 | 55 | 116 | 75 |
| Binary | 11101001 | 11000011 | 1001101 | 0 | 10000 | 1000011 | 1001 | 101101 | 1001110 | 111101 |
Color Harmonies of #E9C34D
Complementary color
Monochromatic Colors of #E9C34D
Black with #E9C34D
Text Example
Text Example
White with #E9C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C34D; }
p { color: rgb(233,195,77); }
H1.HeaderClassName
{
color: #E9C34D;
}
.AnyTagClassName
{
color: #E9C34D;
}
</style>
background-color css
<style>
a { background-color: #E9C34D; }
a { background-color: rgb(233,195,77); }
div.DivClassName
{
background-color: #E9C34D;
}
.BgClassName
{
background-color: #E9C34D;
}
</style>
border-color css
<style>
span { border-color: #E9C34D; }
span { border-color: rgb(233,195,77); }
td.TdClassName
{
border-color: #E9C34D;
}
.TagClassName
{
border-color: #E9C34D;
}
</style>