Shades of Confetti #E2D546
Tints of Confetti #E2D546
RGB
CMYK
RGB Variations
Color information
#E2D546 (or 0xE2D546) is known color: Confetti. HEX triplet: E2, D5 and 46. RGB value is (226,213,70). Sum of RGB (Red+Green+Blue) = 226+213+70=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D546 is #1D2AB9. Grayscale: #C9C9C9. Windows color (decimal): -1911482 or 4642274. OLE color: 4642274.
HSL color Cylindrical-coordinate representation of color #E2D546: hue angle of 55º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2D546 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 70 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.11 |
| HSL | 55º | 0.73% | 0.58% | - |
| HSV(B) | 55º | 0.69% | 0.89% | - |
| XYZ | 56.26 | 64.2 | 15.22 | - |
| YUV | 200.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 70 | 0 | 0.06 | 0.69 | 0.11 | 55 | 0.73 | 0.58 |
| Hex | E2 | D5 | 46 | 0 | 6 | 45 | B | 37 | 49 | 3A |
| Octal | 342 | 325 | 106 | 0 | 6 | 105 | 13 | 67 | 111 | 72 |
| Binary | 11100010 | 11010101 | 1000110 | 0 | 110 | 1000101 | 1011 | 110111 | 1001001 | 111010 |
Color Harmonies of #E2D546
Complementary color
Monochromatic Colors of #E2D546
Black with #E2D546
Text Example
Text Example
White with #E2D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D546; }
p { color: rgb(226,213,70); }
H1.HeaderClassName
{
color: #E2D546;
}
.AnyTagClassName
{
color: #E2D546;
}
</style>
background-color css
<style>
a { background-color: #E2D546; }
a { background-color: rgb(226,213,70); }
div.DivClassName
{
background-color: #E2D546;
}
.BgClassName
{
background-color: #E2D546;
}
</style>
border-color css
<style>
span { border-color: #E2D546; }
span { border-color: rgb(226,213,70); }
td.TdClassName
{
border-color: #E2D546;
}
.TagClassName
{
border-color: #E2D546;
}
</style>