Shades of Cream Can #E6BF45
Tints of Cream Can #E6BF45
RGB
CMYK
RGB Variations
Color information
#E6BF45 (or 0xE6BF45) is known color: Cream Can. HEX triplet: E6, BF and 45. RGB value is (230,191,69). Sum of RGB (Red+Green+Blue) = 230+191+69=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BF45 is #1940BA. Grayscale: #BDBDBD. Windows color (decimal): -1654971 or 4571110. OLE color: 4571110.
HSL color Cylindrical-coordinate representation of color #E6BF45: hue angle of 45.47º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6BF45 is Cyan = 0, Magento = 0.17, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 69 | - |
| CMYK | 0 | 0.17 | 0.7 | 0.10 |
| HSL | 45.47º | 0.76% | 0.59% | - |
| HSV(B) | 45.47º | 0.7% | 0.9% | - |
| XYZ | 52.34 | 54.51 | 13.39 | - |
| YUV | 188.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 69 | 0 | 0.17 | 0.7 | 0.10 | 45.47 | 0.76 | 0.59 |
| Hex | E6 | BF | 45 | 0 | 11 | 46 | A | 2D | 4C | 3B |
| Octal | 346 | 277 | 105 | 0 | 21 | 106 | 12 | 55 | 114 | 73 |
| Binary | 11100110 | 10111111 | 1000101 | 0 | 10001 | 1000110 | 1010 | 101101 | 1001100 | 111011 |
Color Harmonies of #E6BF45
Complementary color
Monochromatic Colors of #E6BF45
Black with #E6BF45
Text Example
Text Example
White with #E6BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF45; }
p { color: rgb(230,191,69); }
H1.HeaderClassName
{
color: #E6BF45;
}
.AnyTagClassName
{
color: #E6BF45;
}
</style>
background-color css
<style>
a { background-color: #E6BF45; }
a { background-color: rgb(230,191,69); }
div.DivClassName
{
background-color: #E6BF45;
}
.BgClassName
{
background-color: #E6BF45;
}
</style>
border-color css
<style>
span { border-color: #E6BF45; }
span { border-color: rgb(230,191,69); }
td.TdClassName
{
border-color: #E6BF45;
}
.TagClassName
{
border-color: #E6BF45;
}
</style>