Shades of Confetti #E0C450
Tints of Confetti #E0C450
RGB
CMYK
RGB Variations
Color information
#E0C450 (or 0xE0C450) is known color: Confetti. HEX triplet: E0, C4 and 50. RGB value is (224,196,80). Sum of RGB (Red+Green+Blue) = 224+196+80=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C450 is #1F3BAF. Grayscale: #BFBFBF. Windows color (decimal): -2046896 or 5293280. OLE color: 5293280.
HSL color Cylindrical-coordinate representation of color #E0C450: hue angle of 48.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0C450 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 80 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.12 |
| HSL | 48.33º | 0.7% | 0.6% | - |
| HSV(B) | 48.33º | 0.64% | 0.88% | - |
| XYZ | 51.93 | 55.91 | 15.64 | - |
| YUV | 191.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 80 | 0 | 0.12 | 0.64 | 0.12 | 48.33 | 0.7 | 0.6 |
| Hex | E0 | C4 | 50 | 0 | C | 40 | C | 30 | 46 | 3C |
| Octal | 340 | 304 | 120 | 0 | 14 | 100 | 14 | 60 | 106 | 74 |
| Binary | 11100000 | 11000100 | 1010000 | 0 | 1100 | 1000000 | 1100 | 110000 | 1000110 | 111100 |
Color Harmonies of #E0C450
Complementary color
Monochromatic Colors of #E0C450
Black with #E0C450
Text Example
Text Example
White with #E0C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C450; }
p { color: rgb(224,196,80); }
H1.HeaderClassName
{
color: #E0C450;
}
.AnyTagClassName
{
color: #E0C450;
}
</style>
background-color css
<style>
a { background-color: #E0C450; }
a { background-color: rgb(224,196,80); }
div.DivClassName
{
background-color: #E0C450;
}
.BgClassName
{
background-color: #E0C450;
}
</style>
border-color css
<style>
span { border-color: #E0C450; }
span { border-color: rgb(224,196,80); }
td.TdClassName
{
border-color: #E0C450;
}
.TagClassName
{
border-color: #E0C450;
}
</style>