Shades of Confetti #E5D441
Tints of Confetti #E5D441
RGB
CMYK
RGB Variations
Color information
#E5D441 (or 0xE5D441) is known color: Confetti. HEX triplet: E5, D4 and 41. RGB value is (229,212,65). Sum of RGB (Red+Green+Blue) = 229+212+65=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D441 is #1A2BBE. Grayscale: #C8C8C8. Windows color (decimal): -1715135 or 4314341. OLE color: 4314341.
HSL color Cylindrical-coordinate representation of color #E5D441: hue angle of 53.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5D441 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 65 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.10 |
| HSL | 53.78º | 0.76% | 0.58% | - |
| HSV(B) | 53.78º | 0.72% | 0.9% | - |
| XYZ | 56.81 | 64.13 | 14.38 | - |
| YUV | 200.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 65 | 0 | 0.07 | 0.72 | 0.10 | 53.78 | 0.76 | 0.58 |
| Hex | E5 | D4 | 41 | 0 | 7 | 48 | A | 36 | 4C | 3A |
| Octal | 345 | 324 | 101 | 0 | 7 | 110 | 12 | 66 | 114 | 72 |
| Binary | 11100101 | 11010100 | 1000001 | 0 | 111 | 1001000 | 1010 | 110110 | 1001100 | 111010 |
Color Harmonies of #E5D441
Complementary color
Monochromatic Colors of #E5D441
Black with #E5D441
Text Example
Text Example
White with #E5D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D441; }
p { color: rgb(229,212,65); }
H1.HeaderClassName
{
color: #E5D441;
}
.AnyTagClassName
{
color: #E5D441;
}
</style>
background-color css
<style>
a { background-color: #E5D441; }
a { background-color: rgb(229,212,65); }
div.DivClassName
{
background-color: #E5D441;
}
.BgClassName
{
background-color: #E5D441;
}
</style>
border-color css
<style>
span { border-color: #E5D441; }
span { border-color: rgb(229,212,65); }
td.TdClassName
{
border-color: #E5D441;
}
.TagClassName
{
border-color: #E5D441;
}
</style>