Shades of Confetti #E5D346
Tints of Confetti #E5D346
RGB
CMYK
RGB Variations
Color information
#E5D346 (or 0xE5D346) is known color: Confetti. HEX triplet: E5, D3 and 46. RGB value is (229,211,70). Sum of RGB (Red+Green+Blue) = 229+211+70=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D346 is #1A2CB9. Grayscale: #C8C8C8. Windows color (decimal): -1715386 or 4641765. OLE color: 4641765.
HSL color Cylindrical-coordinate representation of color #E5D346: hue angle of 53.21º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5D346 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 70 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.10 |
| HSL | 53.21º | 0.75% | 0.59% | - |
| HSV(B) | 53.21º | 0.69% | 0.9% | - |
| XYZ | 56.71 | 63.69 | 15.1 | - |
| YUV | 200.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 70 | 0 | 0.08 | 0.69 | 0.10 | 53.21 | 0.75 | 0.59 |
| Hex | E5 | D3 | 46 | 0 | 8 | 45 | A | 35 | 4B | 3B |
| Octal | 345 | 323 | 106 | 0 | 10 | 105 | 12 | 65 | 113 | 73 |
| Binary | 11100101 | 11010011 | 1000110 | 0 | 1000 | 1000101 | 1010 | 110101 | 1001011 | 111011 |
Color Harmonies of #E5D346
Complementary color
Monochromatic Colors of #E5D346
Black with #E5D346
Text Example
Text Example
White with #E5D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D346; }
p { color: rgb(229,211,70); }
H1.HeaderClassName
{
color: #E5D346;
}
.AnyTagClassName
{
color: #E5D346;
}
</style>
background-color css
<style>
a { background-color: #E5D346; }
a { background-color: rgb(229,211,70); }
div.DivClassName
{
background-color: #E5D346;
}
.BgClassName
{
background-color: #E5D346;
}
</style>
border-color css
<style>
span { border-color: #E5D346; }
span { border-color: rgb(229,211,70); }
td.TdClassName
{
border-color: #E5D346;
}
.TagClassName
{
border-color: #E5D346;
}
</style>