Shades of Confetti #E0D24D
Tints of Confetti #E0D24D
RGB
CMYK
RGB Variations
Color information
#E0D24D (or 0xE0D24D) is known color: Confetti. HEX triplet: E0, D2 and 4D. RGB value is (224,210,77). Sum of RGB (Red+Green+Blue) = 224+210+77=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D24D is #1F2DB2. Grayscale: #C7C7C7. Windows color (decimal): -2043315 or 5100256. OLE color: 5100256.
HSL color Cylindrical-coordinate representation of color #E0D24D: hue angle of 54.29º 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 #E0D24D is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 77 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.12 |
| HSL | 54.29º | 0.7% | 0.59% | - |
| HSV(B) | 54.29º | 0.66% | 0.88% | - |
| XYZ | 55.13 | 62.48 | 16.17 | - |
| YUV | 199.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 77 | 0 | 0.06 | 0.66 | 0.12 | 54.29 | 0.7 | 0.59 |
| Hex | E0 | D2 | 4D | 0 | 6 | 42 | C | 36 | 46 | 3B |
| Octal | 340 | 322 | 115 | 0 | 6 | 102 | 14 | 66 | 106 | 73 |
| Binary | 11100000 | 11010010 | 1001101 | 0 | 110 | 1000010 | 1100 | 110110 | 1000110 | 111011 |
Color Harmonies of #E0D24D
Complementary color
Monochromatic Colors of #E0D24D
Black with #E0D24D
Text Example
Text Example
White with #E0D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D24D; }
p { color: rgb(224,210,77); }
H1.HeaderClassName
{
color: #E0D24D;
}
.AnyTagClassName
{
color: #E0D24D;
}
</style>
background-color css
<style>
a { background-color: #E0D24D; }
a { background-color: rgb(224,210,77); }
div.DivClassName
{
background-color: #E0D24D;
}
.BgClassName
{
background-color: #E0D24D;
}
</style>
border-color css
<style>
span { border-color: #E0D24D; }
span { border-color: rgb(224,210,77); }
td.TdClassName
{
border-color: #E0D24D;
}
.TagClassName
{
border-color: #E0D24D;
}
</style>