Shades of Confetti #E0D24C
Tints of Confetti #E0D24C
RGB
CMYK
RGB Variations
Color information
#E0D24C (or 0xE0D24C) is known color: Confetti. HEX triplet: E0, D2 and 4C. RGB value is (224,210,76). Sum of RGB (Red+Green+Blue) = 224+210+76=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D24C is #1F2DB3. Grayscale: #C7C7C7. Windows color (decimal): -2043316 or 5034720. OLE color: 5034720.
HSL color Cylindrical-coordinate representation of color #E0D24C: hue angle of 54.32º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0D24C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 76 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.12 |
| HSL | 54.32º | 0.7% | 0.59% | - |
| HSV(B) | 54.32º | 0.66% | 0.88% | - |
| XYZ | 55.09 | 62.46 | 15.99 | - |
| YUV | 198.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 76 | 0 | 0.06 | 0.66 | 0.12 | 54.32 | 0.7 | 0.59 |
| Hex | E0 | D2 | 4C | 0 | 6 | 42 | C | 36 | 46 | 3B |
| Octal | 340 | 322 | 114 | 0 | 6 | 102 | 14 | 66 | 106 | 73 |
| Binary | 11100000 | 11010010 | 1001100 | 0 | 110 | 1000010 | 1100 | 110110 | 1000110 | 111011 |
Color Harmonies of #E0D24C
Complementary color
Monochromatic Colors of #E0D24C
Black with #E0D24C
Text Example
Text Example
White with #E0D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D24C; }
p { color: rgb(224,210,76); }
H1.HeaderClassName
{
color: #E0D24C;
}
.AnyTagClassName
{
color: #E0D24C;
}
</style>
background-color css
<style>
a { background-color: #E0D24C; }
a { background-color: rgb(224,210,76); }
div.DivClassName
{
background-color: #E0D24C;
}
.BgClassName
{
background-color: #E0D24C;
}
</style>
border-color css
<style>
span { border-color: #E0D24C; }
span { border-color: rgb(224,210,76); }
td.TdClassName
{
border-color: #E0D24C;
}
.TagClassName
{
border-color: #E0D24C;
}
</style>