Shades of Confetti #E0D044
Tints of Confetti #E0D044
RGB
CMYK
RGB Variations
Color information
#E0D044 (or 0xE0D044) is known color: Confetti. HEX triplet: E0, D0 and 44. RGB value is (224,208,68). Sum of RGB (Red+Green+Blue) = 224+208+68=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D044 is #1F2FBB. Grayscale: #C5C5C5. Windows color (decimal): -2043836 or 4509920. OLE color: 4509920.
HSL color Cylindrical-coordinate representation of color #E0D044: hue angle of 53.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0D044 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 68 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.12 |
| HSL | 53.85º | 0.72% | 0.57% | - |
| HSV(B) | 53.85º | 0.7% | 0.88% | - |
| XYZ | 54.34 | 61.38 | 14.45 | - |
| YUV | 196.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 68 | 0 | 0.07 | 0.70 | 0.12 | 53.85 | 0.72 | 0.57 |
| Hex | E0 | D0 | 44 | 0 | 7 | 46 | C | 36 | 48 | 39 |
| Octal | 340 | 320 | 104 | 0 | 7 | 106 | 14 | 66 | 110 | 71 |
| Binary | 11100000 | 11010000 | 1000100 | 0 | 111 | 1000110 | 1100 | 110110 | 1001000 | 111001 |
Color Harmonies of #E0D044
Complementary color
Monochromatic Colors of #E0D044
Black with #E0D044
Text Example
Text Example
White with #E0D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D044; }
p { color: rgb(224,208,68); }
H1.HeaderClassName
{
color: #E0D044;
}
.AnyTagClassName
{
color: #E0D044;
}
</style>
background-color css
<style>
a { background-color: #E0D044; }
a { background-color: rgb(224,208,68); }
div.DivClassName
{
background-color: #E0D044;
}
.BgClassName
{
background-color: #E0D044;
}
</style>
border-color css
<style>
span { border-color: #E0D044; }
span { border-color: rgb(224,208,68); }
td.TdClassName
{
border-color: #E0D044;
}
.TagClassName
{
border-color: #E0D044;
}
</style>