Shades of Cream Can #E6BE4A
Tints of Cream Can #E6BE4A
RGB
CMYK
RGB Variations
Color information
#E6BE4A (or 0xE6BE4A) is known color: Cream Can. HEX triplet: E6, BE and 4A. RGB value is (230,190,74). Sum of RGB (Red+Green+Blue) = 230+190+74=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BE4A is #1941B5. Grayscale: #BDBDBD. Windows color (decimal): -1655222 or 4898534. OLE color: 4898534.
HSL color Cylindrical-coordinate representation of color #E6BE4A: hue angle of 44.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6BE4A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 74 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.10 |
| HSL | 44.62º | 0.76% | 0.6% | - |
| HSV(B) | 44.62º | 0.68% | 0.9% | - |
| XYZ | 52.28 | 54.14 | 14.17 | - |
| YUV | 188.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 74 | 0 | 0.17 | 0.68 | 0.10 | 44.62 | 0.76 | 0.6 |
| Hex | E6 | BE | 4A | 0 | 11 | 44 | A | 2D | 4C | 3C |
| Octal | 346 | 276 | 112 | 0 | 21 | 104 | 12 | 55 | 114 | 74 |
| Binary | 11100110 | 10111110 | 1001010 | 0 | 10001 | 1000100 | 1010 | 101101 | 1001100 | 111100 |
Color Harmonies of #E6BE4A
Complementary color
Monochromatic Colors of #E6BE4A
Black with #E6BE4A
Text Example
Text Example
White with #E6BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE4A; }
p { color: rgb(230,190,74); }
H1.HeaderClassName
{
color: #E6BE4A;
}
.AnyTagClassName
{
color: #E6BE4A;
}
</style>
background-color css
<style>
a { background-color: #E6BE4A; }
a { background-color: rgb(230,190,74); }
div.DivClassName
{
background-color: #E6BE4A;
}
.BgClassName
{
background-color: #E6BE4A;
}
</style>
border-color css
<style>
span { border-color: #E6BE4A; }
span { border-color: rgb(230,190,74); }
td.TdClassName
{
border-color: #E6BE4A;
}
.TagClassName
{
border-color: #E6BE4A;
}
</style>