Shades of Cream Can #E6BF51
Tints of Cream Can #E6BF51
RGB
CMYK
RGB Variations
Color information
#E6BF51 (or 0xE6BF51) is known color: Cream Can. HEX triplet: E6, BF and 51. RGB value is (230,191,81). Sum of RGB (Red+Green+Blue) = 230+191+81=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF51 is #1940AE. Grayscale: #BEBEBE. Windows color (decimal): -1654959 or 5357542. OLE color: 5357542.
HSL color Cylindrical-coordinate representation of color #E6BF51: hue angle of 44.3º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6BF51 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 81 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.10 |
| HSL | 44.3º | 0.75% | 0.61% | - |
| HSV(B) | 44.3º | 0.65% | 0.9% | - |
| XYZ | 52.75 | 54.68 | 15.56 | - |
| YUV | 190.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 81 | 0 | 0.17 | 0.65 | 0.10 | 44.3 | 0.75 | 0.61 |
| Hex | E6 | BF | 51 | 0 | 11 | 41 | A | 2C | 4B | 3D |
| Octal | 346 | 277 | 121 | 0 | 21 | 101 | 12 | 54 | 113 | 75 |
| Binary | 11100110 | 10111111 | 1010001 | 0 | 10001 | 1000001 | 1010 | 101100 | 1001011 | 111101 |
Color Harmonies of #E6BF51
Complementary color
Monochromatic Colors of #E6BF51
Black with #E6BF51
Text Example
Text Example
White with #E6BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF51; }
p { color: rgb(230,191,81); }
H1.HeaderClassName
{
color: #E6BF51;
}
.AnyTagClassName
{
color: #E6BF51;
}
</style>
background-color css
<style>
a { background-color: #E6BF51; }
a { background-color: rgb(230,191,81); }
div.DivClassName
{
background-color: #E6BF51;
}
.BgClassName
{
background-color: #E6BF51;
}
</style>
border-color css
<style>
span { border-color: #E6BF51; }
span { border-color: rgb(230,191,81); }
td.TdClassName
{
border-color: #E6BF51;
}
.TagClassName
{
border-color: #E6BF51;
}
</style>