Shades of Confetti #E5D041
Tints of Confetti #E5D041
RGB
CMYK
RGB Variations
Color information
#E5D041 (or 0xE5D041) is known color: Confetti. HEX triplet: E5, D0 and 41. RGB value is (229,208,65). Sum of RGB (Red+Green+Blue) = 229+208+65=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D041 is #1A2FBE. Grayscale: #C6C6C6. Windows color (decimal): -1716159 or 4313317. OLE color: 4313317.
HSL color Cylindrical-coordinate representation of color #E5D041: hue angle of 52.32º 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 #E5D041 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 65 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.10 |
| HSL | 52.32º | 0.76% | 0.58% | - |
| HSV(B) | 52.32º | 0.72% | 0.9% | - |
| XYZ | 55.82 | 62.15 | 14.06 | - |
| YUV | 197.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 65 | 0 | 0.09 | 0.72 | 0.10 | 52.32 | 0.76 | 0.58 |
| Hex | E5 | D0 | 41 | 0 | 9 | 48 | A | 34 | 4C | 3A |
| Octal | 345 | 320 | 101 | 0 | 11 | 110 | 12 | 64 | 114 | 72 |
| Binary | 11100101 | 11010000 | 1000001 | 0 | 1001 | 1001000 | 1010 | 110100 | 1001100 | 111010 |
Color Harmonies of #E5D041
Complementary color
Monochromatic Colors of #E5D041
Black with #E5D041
Text Example
Text Example
White with #E5D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D041; }
p { color: rgb(229,208,65); }
H1.HeaderClassName
{
color: #E5D041;
}
.AnyTagClassName
{
color: #E5D041;
}
</style>
background-color css
<style>
a { background-color: #E5D041; }
a { background-color: rgb(229,208,65); }
div.DivClassName
{
background-color: #E5D041;
}
.BgClassName
{
background-color: #E5D041;
}
</style>
border-color css
<style>
span { border-color: #E5D041; }
span { border-color: rgb(229,208,65); }
td.TdClassName
{
border-color: #E5D041;
}
.TagClassName
{
border-color: #E5D041;
}
</style>