Shades of Cream Can #E6BF57
Tints of Cream Can #E6BF57
RGB
CMYK
RGB Variations
Color information
#E6BF57 (or 0xE6BF57) is known color: Cream Can. HEX triplet: E6, BF and 57. RGB value is (230,191,87). Sum of RGB (Red+Green+Blue) = 230+191+87=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF57 is #1940A8. Grayscale: #BFBFBF. Windows color (decimal): -1654953 or 5750758. OLE color: 5750758.
HSL color Cylindrical-coordinate representation of color #E6BF57: hue angle of 43.64º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6BF57 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 87 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.10 |
| HSL | 43.64º | 0.74% | 0.62% | - |
| HSV(B) | 43.64º | 0.62% | 0.9% | - |
| XYZ | 52.98 | 54.77 | 16.8 | - |
| YUV | 190.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 87 | 0 | 0.17 | 0.62 | 0.10 | 43.64 | 0.74 | 0.62 |
| Hex | E6 | BF | 57 | 0 | 11 | 3E | A | 2C | 4A | 3E |
| Octal | 346 | 277 | 127 | 0 | 21 | 76 | 12 | 54 | 112 | 76 |
| Binary | 11100110 | 10111111 | 1010111 | 0 | 10001 | 111110 | 1010 | 101100 | 1001010 | 111110 |
Color Harmonies of #E6BF57
Complementary color
Monochromatic Colors of #E6BF57
Black with #E6BF57
Text Example
Text Example
White with #E6BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF57; }
p { color: rgb(230,191,87); }
H1.HeaderClassName
{
color: #E6BF57;
}
.AnyTagClassName
{
color: #E6BF57;
}
</style>
background-color css
<style>
a { background-color: #E6BF57; }
a { background-color: rgb(230,191,87); }
div.DivClassName
{
background-color: #E6BF57;
}
.BgClassName
{
background-color: #E6BF57;
}
</style>
border-color css
<style>
span { border-color: #E6BF57; }
span { border-color: rgb(230,191,87); }
td.TdClassName
{
border-color: #E6BF57;
}
.TagClassName
{
border-color: #E6BF57;
}
</style>