Shades of Confetti #E5D144
Tints of Confetti #E5D144
RGB
CMYK
RGB Variations
Color information
#E5D144 (or 0xE5D144) is known color: Confetti. HEX triplet: E5, D1 and 44. RGB value is (229,209,68). Sum of RGB (Red+Green+Blue) = 229+209+68=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D144 is #1A2EBB. Grayscale: #C7C7C7. Windows color (decimal): -1715900 or 4510181. OLE color: 4510181.
HSL color Cylindrical-coordinate representation of color #E5D144: hue angle of 52.55º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5D144 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 68 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.10 |
| HSL | 52.55º | 0.76% | 0.58% | - |
| HSV(B) | 52.55º | 0.7% | 0.9% | - |
| XYZ | 56.16 | 62.68 | 14.61 | - |
| YUV | 198.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 68 | 0 | 0.09 | 0.70 | 0.10 | 52.55 | 0.76 | 0.58 |
| Hex | E5 | D1 | 44 | 0 | 9 | 46 | A | 35 | 4C | 3A |
| Octal | 345 | 321 | 104 | 0 | 11 | 106 | 12 | 65 | 114 | 72 |
| Binary | 11100101 | 11010001 | 1000100 | 0 | 1001 | 1000110 | 1010 | 110101 | 1001100 | 111010 |
Color Harmonies of #E5D144
Complementary color
Monochromatic Colors of #E5D144
Black with #E5D144
Text Example
Text Example
White with #E5D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D144; }
p { color: rgb(229,209,68); }
H1.HeaderClassName
{
color: #E5D144;
}
.AnyTagClassName
{
color: #E5D144;
}
</style>
background-color css
<style>
a { background-color: #E5D144; }
a { background-color: rgb(229,209,68); }
div.DivClassName
{
background-color: #E5D144;
}
.BgClassName
{
background-color: #E5D144;
}
</style>
border-color css
<style>
span { border-color: #E5D144; }
span { border-color: rgb(229,209,68); }
td.TdClassName
{
border-color: #E5D144;
}
.TagClassName
{
border-color: #E5D144;
}
</style>