Shades of Cream Can #E6BF55
Tints of Cream Can #E6BF55
RGB
CMYK
RGB Variations
Color information
#E6BF55 (or 0xE6BF55) is known color: Cream Can. HEX triplet: E6, BF and 55. RGB value is (230,191,85). Sum of RGB (Red+Green+Blue) = 230+191+85=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF55 is #1940AA. Grayscale: #BFBFBF. Windows color (decimal): -1654955 or 5619686. OLE color: 5619686.
HSL color Cylindrical-coordinate representation of color #E6BF55: hue angle of 43.86º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6BF55 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 85 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.10 |
| HSL | 43.86º | 0.74% | 0.62% | - |
| HSV(B) | 43.86º | 0.63% | 0.9% | - |
| XYZ | 52.9 | 54.74 | 16.37 | - |
| YUV | 190.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 85 | 0 | 0.17 | 0.63 | 0.10 | 43.86 | 0.74 | 0.62 |
| Hex | E6 | BF | 55 | 0 | 11 | 3F | A | 2C | 4A | 3E |
| Octal | 346 | 277 | 125 | 0 | 21 | 77 | 12 | 54 | 112 | 76 |
| Binary | 11100110 | 10111111 | 1010101 | 0 | 10001 | 111111 | 1010 | 101100 | 1001010 | 111110 |
Color Harmonies of #E6BF55
Complementary color
Monochromatic Colors of #E6BF55
Black with #E6BF55
Text Example
Text Example
White with #E6BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF55; }
p { color: rgb(230,191,85); }
H1.HeaderClassName
{
color: #E6BF55;
}
.AnyTagClassName
{
color: #E6BF55;
}
</style>
background-color css
<style>
a { background-color: #E6BF55; }
a { background-color: rgb(230,191,85); }
div.DivClassName
{
background-color: #E6BF55;
}
.BgClassName
{
background-color: #E6BF55;
}
</style>
border-color css
<style>
span { border-color: #E6BF55; }
span { border-color: rgb(230,191,85); }
td.TdClassName
{
border-color: #E6BF55;
}
.TagClassName
{
border-color: #E6BF55;
}
</style>