Shades of Confetti #E0D04C
Tints of Confetti #E0D04C
RGB
CMYK
RGB Variations
Color information
#E0D04C (or 0xE0D04C) is known color: Confetti. HEX triplet: E0, D0 and 4C. RGB value is (224,208,76). Sum of RGB (Red+Green+Blue) = 224+208+76=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D04C is #1F2FB3. Grayscale: #C6C6C6. Windows color (decimal): -2043828 or 5034208. OLE color: 5034208.
HSL color Cylindrical-coordinate representation of color #E0D04C: hue angle of 53.51º 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 #E0D04C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 76 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.12 |
| HSL | 53.51º | 0.7% | 0.59% | - |
| HSV(B) | 53.51º | 0.66% | 0.88% | - |
| XYZ | 54.6 | 61.48 | 15.83 | - |
| YUV | 197.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 76 | 0 | 0.07 | 0.66 | 0.12 | 53.51 | 0.7 | 0.59 |
| Hex | E0 | D0 | 4C | 0 | 7 | 42 | C | 36 | 46 | 3B |
| Octal | 340 | 320 | 114 | 0 | 7 | 102 | 14 | 66 | 106 | 73 |
| Binary | 11100000 | 11010000 | 1001100 | 0 | 111 | 1000010 | 1100 | 110110 | 1000110 | 111011 |
Color Harmonies of #E0D04C
Complementary color
Monochromatic Colors of #E0D04C
Black with #E0D04C
Text Example
Text Example
White with #E0D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D04C; }
p { color: rgb(224,208,76); }
H1.HeaderClassName
{
color: #E0D04C;
}
.AnyTagClassName
{
color: #E0D04C;
}
</style>
background-color css
<style>
a { background-color: #E0D04C; }
a { background-color: rgb(224,208,76); }
div.DivClassName
{
background-color: #E0D04C;
}
.BgClassName
{
background-color: #E0D04C;
}
</style>
border-color css
<style>
span { border-color: #E0D04C; }
span { border-color: rgb(224,208,76); }
td.TdClassName
{
border-color: #E0D04C;
}
.TagClassName
{
border-color: #E0D04C;
}
</style>