Shades of Confetti #E2D445
Tints of Confetti #E2D445
RGB
CMYK
RGB Variations
Color information
#E2D445 (or 0xE2D445) is known color: Confetti. HEX triplet: E2, D4 and 45. RGB value is (226,212,69). Sum of RGB (Red+Green+Blue) = 226+212+69=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D445 is #1D2BBA. Grayscale: #C8C8C8. Windows color (decimal): -1911739 or 4576482. OLE color: 4576482.
HSL color Cylindrical-coordinate representation of color #E2D445: hue angle of 54.65º 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 #E2D445 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 69 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.11 |
| HSL | 54.65º | 0.73% | 0.58% | - |
| HSV(B) | 54.65º | 0.69% | 0.89% | - |
| XYZ | 55.98 | 63.69 | 14.97 | - |
| YUV | 199.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 69 | 0 | 0.06 | 0.69 | 0.11 | 54.65 | 0.73 | 0.58 |
| Hex | E2 | D4 | 45 | 0 | 6 | 45 | B | 37 | 49 | 3A |
| Octal | 342 | 324 | 105 | 0 | 6 | 105 | 13 | 67 | 111 | 72 |
| Binary | 11100010 | 11010100 | 1000101 | 0 | 110 | 1000101 | 1011 | 110111 | 1001001 | 111010 |
Color Harmonies of #E2D445
Complementary color
Monochromatic Colors of #E2D445
Black with #E2D445
Text Example
Text Example
White with #E2D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D445; }
p { color: rgb(226,212,69); }
H1.HeaderClassName
{
color: #E2D445;
}
.AnyTagClassName
{
color: #E2D445;
}
</style>
background-color css
<style>
a { background-color: #E2D445; }
a { background-color: rgb(226,212,69); }
div.DivClassName
{
background-color: #E2D445;
}
.BgClassName
{
background-color: #E2D445;
}
</style>
border-color css
<style>
span { border-color: #E2D445; }
span { border-color: rgb(226,212,69); }
td.TdClassName
{
border-color: #E2D445;
}
.TagClassName
{
border-color: #E2D445;
}
</style>