Shades of Confetti #E2D545
Tints of Confetti #E2D545
RGB
CMYK
RGB Variations
Color information
#E2D545 (or 0xE2D545) is known color: Confetti. HEX triplet: E2, D5 and 45. RGB value is (226,213,69). Sum of RGB (Red+Green+Blue) = 226+213+69=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D545 is #1D2ABA. Grayscale: #C9C9C9. Windows color (decimal): -1911483 or 4576738. OLE color: 4576738.
HSL color Cylindrical-coordinate representation of color #E2D545: hue angle of 55.03º 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 #E2D545 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 69 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.11 |
| HSL | 55.03º | 0.73% | 0.58% | - |
| HSV(B) | 55.03º | 0.69% | 0.89% | - |
| XYZ | 56.23 | 64.19 | 15.06 | - |
| YUV | 200.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 69 | 0 | 0.06 | 0.69 | 0.11 | 55.03 | 0.73 | 0.58 |
| Hex | E2 | D5 | 45 | 0 | 6 | 45 | B | 37 | 49 | 3A |
| Octal | 342 | 325 | 105 | 0 | 6 | 105 | 13 | 67 | 111 | 72 |
| Binary | 11100010 | 11010101 | 1000101 | 0 | 110 | 1000101 | 1011 | 110111 | 1001001 | 111010 |
Color Harmonies of #E2D545
Complementary color
Monochromatic Colors of #E2D545
Black with #E2D545
Text Example
Text Example
White with #E2D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D545; }
p { color: rgb(226,213,69); }
H1.HeaderClassName
{
color: #E2D545;
}
.AnyTagClassName
{
color: #E2D545;
}
</style>
background-color css
<style>
a { background-color: #E2D545; }
a { background-color: rgb(226,213,69); }
div.DivClassName
{
background-color: #E2D545;
}
.BgClassName
{
background-color: #E2D545;
}
</style>
border-color css
<style>
span { border-color: #E2D545; }
span { border-color: rgb(226,213,69); }
td.TdClassName
{
border-color: #E2D545;
}
.TagClassName
{
border-color: #E2D545;
}
</style>