Shades of Confetti #E0D249
Tints of Confetti #E0D249
RGB
CMYK
RGB Variations
Color information
#E0D249 (or 0xE0D249) is known color: Confetti. HEX triplet: E0, D2 and 49. RGB value is (224,210,73). Sum of RGB (Red+Green+Blue) = 224+210+73=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D249 is #1F2DB6. Grayscale: #C7C7C7. Windows color (decimal): -2043319 or 4838112. OLE color: 4838112.
HSL color Cylindrical-coordinate representation of color #E0D249: hue angle of 54.44º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0D249 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.12 |
| HSL | 54.44º | 0.71% | 0.58% | - |
| HSV(B) | 54.44º | 0.67% | 0.88% | - |
| XYZ | 54.99 | 62.42 | 15.45 | - |
| YUV | 198.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 73 | 0 | 0.06 | 0.67 | 0.12 | 54.44 | 0.71 | 0.58 |
| Hex | E0 | D2 | 49 | 0 | 6 | 43 | C | 36 | 47 | 3A |
| Octal | 340 | 322 | 111 | 0 | 6 | 103 | 14 | 66 | 107 | 72 |
| Binary | 11100000 | 11010010 | 1001001 | 0 | 110 | 1000011 | 1100 | 110110 | 1000111 | 111010 |
Color Harmonies of #E0D249
Complementary color
Monochromatic Colors of #E0D249
Black with #E0D249
Text Example
Text Example
White with #E0D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D249; }
p { color: rgb(224,210,73); }
H1.HeaderClassName
{
color: #E0D249;
}
.AnyTagClassName
{
color: #E0D249;
}
</style>
background-color css
<style>
a { background-color: #E0D249; }
a { background-color: rgb(224,210,73); }
div.DivClassName
{
background-color: #E0D249;
}
.BgClassName
{
background-color: #E0D249;
}
</style>
border-color css
<style>
span { border-color: #E0D249; }
span { border-color: rgb(224,210,73); }
td.TdClassName
{
border-color: #E0D249;
}
.TagClassName
{
border-color: #E0D249;
}
</style>