Shades of Confetti #E5D043
Tints of Confetti #E5D043
RGB
CMYK
RGB Variations
Color information
#E5D043 (or 0xE5D043) is known color: Confetti. HEX triplet: E5, D0 and 43. RGB value is (229,208,67). Sum of RGB (Red+Green+Blue) = 229+208+67=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D043 is #1A2FBC. Grayscale: #C6C6C6. Windows color (decimal): -1716157 or 4444389. OLE color: 4444389.
HSL color Cylindrical-coordinate representation of color #E5D043: hue angle of 52.22º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5D043 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 67 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.10 |
| HSL | 52.22º | 0.76% | 0.58% | - |
| HSV(B) | 52.22º | 0.71% | 0.9% | - |
| XYZ | 55.88 | 62.18 | 14.37 | - |
| YUV | 198.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 67 | 0 | 0.09 | 0.71 | 0.10 | 52.22 | 0.76 | 0.58 |
| Hex | E5 | D0 | 43 | 0 | 9 | 47 | A | 34 | 4C | 3A |
| Octal | 345 | 320 | 103 | 0 | 11 | 107 | 12 | 64 | 114 | 72 |
| Binary | 11100101 | 11010000 | 1000011 | 0 | 1001 | 1000111 | 1010 | 110100 | 1001100 | 111010 |
Color Harmonies of #E5D043
Complementary color
Monochromatic Colors of #E5D043
Black with #E5D043
Text Example
Text Example
White with #E5D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D043; }
p { color: rgb(229,208,67); }
H1.HeaderClassName
{
color: #E5D043;
}
.AnyTagClassName
{
color: #E5D043;
}
</style>
background-color css
<style>
a { background-color: #E5D043; }
a { background-color: rgb(229,208,67); }
div.DivClassName
{
background-color: #E5D043;
}
.BgClassName
{
background-color: #E5D043;
}
</style>
border-color css
<style>
span { border-color: #E5D043; }
span { border-color: rgb(229,208,67); }
td.TdClassName
{
border-color: #E5D043;
}
.TagClassName
{
border-color: #E5D043;
}
</style>