Shades of Cream Can #E9BF4C
Tints of Cream Can #E9BF4C
RGB
CMYK
RGB Variations
Color information
#E9BF4C (or 0xE9BF4C) is known color: Cream Can. HEX triplet: E9, BF and 4C. RGB value is (233,191,76). Sum of RGB (Red+Green+Blue) = 233+191+76=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BF4C is #1640B3. Grayscale: #BEBEBE. Windows color (decimal): -1458356 or 5029865. OLE color: 5029865.
HSL color Cylindrical-coordinate representation of color #E9BF4C: hue angle of 43.95º 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 #E9BF4C is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 76 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.09 |
| HSL | 43.95º | 0.78% | 0.61% | - |
| HSV(B) | 43.95º | 0.67% | 0.91% | - |
| XYZ | 53.54 | 55.11 | 14.65 | - |
| YUV | 190.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 76 | 0 | 0.18 | 0.67 | 0.09 | 43.95 | 0.78 | 0.61 |
| Hex | E9 | BF | 4C | 0 | 12 | 43 | 9 | 2C | 4E | 3D |
| Octal | 351 | 277 | 114 | 0 | 22 | 103 | 11 | 54 | 116 | 75 |
| Binary | 11101001 | 10111111 | 1001100 | 0 | 10010 | 1000011 | 1001 | 101100 | 1001110 | 111101 |
Color Harmonies of #E9BF4C
Complementary color
Monochromatic Colors of #E9BF4C
Black with #E9BF4C
Text Example
Text Example
White with #E9BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BF4C; }
p { color: rgb(233,191,76); }
H1.HeaderClassName
{
color: #E9BF4C;
}
.AnyTagClassName
{
color: #E9BF4C;
}
</style>
background-color css
<style>
a { background-color: #E9BF4C; }
a { background-color: rgb(233,191,76); }
div.DivClassName
{
background-color: #E9BF4C;
}
.BgClassName
{
background-color: #E9BF4C;
}
</style>
border-color css
<style>
span { border-color: #E9BF4C; }
span { border-color: rgb(233,191,76); }
td.TdClassName
{
border-color: #E9BF4C;
}
.TagClassName
{
border-color: #E9BF4C;
}
</style>