Shades of Confetti #E0C850
Tints of Confetti #E0C850
RGB
CMYK
RGB Variations
Color information
#E0C850 (or 0xE0C850) is known color: Confetti. HEX triplet: E0, C8 and 50. RGB value is (224,200,80). Sum of RGB (Red+Green+Blue) = 224+200+80=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C850 is #1F37AF. Grayscale: #C2C2C2. Windows color (decimal): -2045872 or 5294304. OLE color: 5294304.
HSL color Cylindrical-coordinate representation of color #E0C850: hue angle of 50º 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 #E0C850 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 200 | 80 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.12 |
| HSL | 50º | 0.7% | 0.6% | - |
| HSV(B) | 50º | 0.64% | 0.88% | - |
| XYZ | 52.84 | 57.74 | 15.95 | - |
| YUV | 193.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 80 | 0 | 0.11 | 0.64 | 0.12 | 50 | 0.7 | 0.6 |
| Hex | E0 | C8 | 50 | 0 | B | 40 | C | 32 | 46 | 3C |
| Octal | 340 | 310 | 120 | 0 | 13 | 100 | 14 | 62 | 106 | 74 |
| Binary | 11100000 | 11001000 | 1010000 | 0 | 1011 | 1000000 | 1100 | 110010 | 1000110 | 111100 |
Color Harmonies of #E0C850
Complementary color
Monochromatic Colors of #E0C850
Black with #E0C850
Text Example
Text Example
White with #E0C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C850; }
p { color: rgb(224,200,80); }
H1.HeaderClassName
{
color: #E0C850;
}
.AnyTagClassName
{
color: #E0C850;
}
</style>
background-color css
<style>
a { background-color: #E0C850; }
a { background-color: rgb(224,200,80); }
div.DivClassName
{
background-color: #E0C850;
}
.BgClassName
{
background-color: #E0C850;
}
</style>
border-color css
<style>
span { border-color: #E0C850; }
span { border-color: rgb(224,200,80); }
td.TdClassName
{
border-color: #E0C850;
}
.TagClassName
{
border-color: #E0C850;
}
</style>