Shades of Confetti #E0BC40
Tints of Confetti #E0BC40
RGB
CMYK
RGB Variations
Color information
#E0BC40 (or 0xE0BC40) is known color: Confetti. HEX triplet: E0, BC and 40. RGB value is (224,188,64). Sum of RGB (Red+Green+Blue) = 224+188+64=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BC40 is #1F43BF. Grayscale: #B9B9B9. Windows color (decimal): -2048960 or 4242656. OLE color: 4242656.
HSL color Cylindrical-coordinate representation of color #E0BC40: hue angle of 46.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0BC40 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 64 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.12 |
| HSL | 46.5º | 0.72% | 0.56% | - |
| HSV(B) | 46.5º | 0.71% | 0.88% | - |
| XYZ | 49.65 | 52.18 | 12.31 | - |
| YUV | 184.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 64 | 0 | 0.16 | 0.71 | 0.12 | 46.5 | 0.72 | 0.56 |
| Hex | E0 | BC | 40 | 0 | 10 | 47 | C | 2E | 48 | 38 |
| Octal | 340 | 274 | 100 | 0 | 20 | 107 | 14 | 56 | 110 | 70 |
| Binary | 11100000 | 10111100 | 1000000 | 0 | 10000 | 1000111 | 1100 | 101110 | 1001000 | 111000 |
Color Harmonies of #E0BC40
Complementary color
Monochromatic Colors of #E0BC40
Black with #E0BC40
Text Example
Text Example
White with #E0BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC40; }
p { color: rgb(224,188,64); }
H1.HeaderClassName
{
color: #E0BC40;
}
.AnyTagClassName
{
color: #E0BC40;
}
</style>
background-color css
<style>
a { background-color: #E0BC40; }
a { background-color: rgb(224,188,64); }
div.DivClassName
{
background-color: #E0BC40;
}
.BgClassName
{
background-color: #E0BC40;
}
</style>
border-color css
<style>
span { border-color: #E0BC40; }
span { border-color: rgb(224,188,64); }
td.TdClassName
{
border-color: #E0BC40;
}
.TagClassName
{
border-color: #E0BC40;
}
</style>