Shades of Confetti #E0D050
Tints of Confetti #E0D050
RGB
CMYK
RGB Variations
Color information
#E0D050 (or 0xE0D050) is known color: Confetti. HEX triplet: E0, D0 and 50. RGB value is (224,208,80). Sum of RGB (Red+Green+Blue) = 224+208+80=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D050 is #1F2FAF. Grayscale: #C6C6C6. Windows color (decimal): -2043824 or 5296352. OLE color: 5296352.
HSL color Cylindrical-coordinate representation of color #E0D050: hue angle of 53.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 #E0D050 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.12 |
| HSL | 53.33º | 0.7% | 0.6% | - |
| HSV(B) | 53.33º | 0.64% | 0.88% | - |
| XYZ | 54.74 | 61.54 | 16.58 | - |
| YUV | 198.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 80 | 0 | 0.07 | 0.64 | 0.12 | 53.33 | 0.7 | 0.6 |
| Hex | E0 | D0 | 50 | 0 | 7 | 40 | C | 35 | 46 | 3C |
| Octal | 340 | 320 | 120 | 0 | 7 | 100 | 14 | 65 | 106 | 74 |
| Binary | 11100000 | 11010000 | 1010000 | 0 | 111 | 1000000 | 1100 | 110101 | 1000110 | 111100 |
Color Harmonies of #E0D050
Complementary color
Monochromatic Colors of #E0D050
Black with #E0D050
Text Example
Text Example
White with #E0D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D050; }
p { color: rgb(224,208,80); }
H1.HeaderClassName
{
color: #E0D050;
}
.AnyTagClassName
{
color: #E0D050;
}
</style>
background-color css
<style>
a { background-color: #E0D050; }
a { background-color: rgb(224,208,80); }
div.DivClassName
{
background-color: #E0D050;
}
.BgClassName
{
background-color: #E0D050;
}
</style>
border-color css
<style>
span { border-color: #E0D050; }
span { border-color: rgb(224,208,80); }
td.TdClassName
{
border-color: #E0D050;
}
.TagClassName
{
border-color: #E0D050;
}
</style>