Shades of Confetti #E0D144
Tints of Confetti #E0D144
RGB
CMYK
RGB Variations
Color information
#E0D144 (or 0xE0D144) is known color: Confetti. HEX triplet: E0, D1 and 44. RGB value is (224,209,68). Sum of RGB (Red+Green+Blue) = 224+209+68=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D144 is #1F2EBB. Grayscale: #C5C5C5. Windows color (decimal): -2043580 or 4510176. OLE color: 4510176.
HSL color Cylindrical-coordinate representation of color #E0D144: hue angle of 54.23º 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 #E0D144 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 68 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.12 |
| HSL | 54.23º | 0.72% | 0.57% | - |
| HSV(B) | 54.23º | 0.7% | 0.88% | - |
| XYZ | 54.58 | 61.87 | 14.53 | - |
| YUV | 197.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 68 | 0 | 0.07 | 0.70 | 0.12 | 54.23 | 0.72 | 0.57 |
| Hex | E0 | D1 | 44 | 0 | 7 | 46 | C | 36 | 48 | 39 |
| Octal | 340 | 321 | 104 | 0 | 7 | 106 | 14 | 66 | 110 | 71 |
| Binary | 11100000 | 11010001 | 1000100 | 0 | 111 | 1000110 | 1100 | 110110 | 1001000 | 111001 |
Color Harmonies of #E0D144
Complementary color
Monochromatic Colors of #E0D144
Black with #E0D144
Text Example
Text Example
White with #E0D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D144; }
p { color: rgb(224,209,68); }
H1.HeaderClassName
{
color: #E0D144;
}
.AnyTagClassName
{
color: #E0D144;
}
</style>
background-color css
<style>
a { background-color: #E0D144; }
a { background-color: rgb(224,209,68); }
div.DivClassName
{
background-color: #E0D144;
}
.BgClassName
{
background-color: #E0D144;
}
</style>
border-color css
<style>
span { border-color: #E0D144; }
span { border-color: rgb(224,209,68); }
td.TdClassName
{
border-color: #E0D144;
}
.TagClassName
{
border-color: #E0D144;
}
</style>