Shades of Cream Can #E9C350
Tints of Cream Can #E9C350
RGB
CMYK
RGB Variations
Color information
#E9C350 (or 0xE9C350) is known color: Cream Can. HEX triplet: E9, C3 and 50. RGB value is (233,195,80). Sum of RGB (Red+Green+Blue) = 233+195+80=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C350 is #163CAF. Grayscale: #C1C1C1. Windows color (decimal): -1457328 or 5293033. OLE color: 5293033.
HSL color Cylindrical-coordinate representation of color #E9C350: hue angle of 45.1º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9C350 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 80 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.09 |
| HSL | 45.1º | 0.78% | 0.61% | - |
| HSV(B) | 45.1º | 0.66% | 0.91% | - |
| XYZ | 54.57 | 56.93 | 15.7 | - |
| YUV | 193.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 80 | 0 | 0.16 | 0.66 | 0.09 | 45.1 | 0.78 | 0.61 |
| Hex | E9 | C3 | 50 | 0 | 10 | 42 | 9 | 2D | 4E | 3D |
| Octal | 351 | 303 | 120 | 0 | 20 | 102 | 11 | 55 | 116 | 75 |
| Binary | 11101001 | 11000011 | 1010000 | 0 | 10000 | 1000010 | 1001 | 101101 | 1001110 | 111101 |
Color Harmonies of #E9C350
Complementary color
Monochromatic Colors of #E9C350
Black with #E9C350
Text Example
Text Example
White with #E9C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C350; }
p { color: rgb(233,195,80); }
H1.HeaderClassName
{
color: #E9C350;
}
.AnyTagClassName
{
color: #E9C350;
}
</style>
background-color css
<style>
a { background-color: #E9C350; }
a { background-color: rgb(233,195,80); }
div.DivClassName
{
background-color: #E9C350;
}
.BgClassName
{
background-color: #E9C350;
}
</style>
border-color css
<style>
span { border-color: #E9C350; }
span { border-color: rgb(233,195,80); }
td.TdClassName
{
border-color: #E9C350;
}
.TagClassName
{
border-color: #E9C350;
}
</style>