Shades of Confetti #E2D245
Tints of Confetti #E2D245
RGB
CMYK
RGB Variations
Color information
#E2D245 (or 0xE2D245) is known color: Confetti. HEX triplet: E2, D2 and 45. RGB value is (226,210,69). Sum of RGB (Red+Green+Blue) = 226+210+69=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D245 is #1D2DBA. Grayscale: #C7C7C7. Windows color (decimal): -1912251 or 4575970. OLE color: 4575970.
HSL color Cylindrical-coordinate representation of color #E2D245: hue angle of 53.89º 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 #E2D245 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 69 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.11 |
| HSL | 53.89º | 0.73% | 0.58% | - |
| HSV(B) | 53.89º | 0.69% | 0.89% | - |
| XYZ | 55.48 | 62.69 | 14.81 | - |
| YUV | 198.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 69 | 0 | 0.07 | 0.69 | 0.11 | 53.89 | 0.73 | 0.58 |
| Hex | E2 | D2 | 45 | 0 | 7 | 45 | B | 36 | 49 | 3A |
| Octal | 342 | 322 | 105 | 0 | 7 | 105 | 13 | 66 | 111 | 72 |
| Binary | 11100010 | 11010010 | 1000101 | 0 | 111 | 1000101 | 1011 | 110110 | 1001001 | 111010 |
Color Harmonies of #E2D245
Complementary color
Monochromatic Colors of #E2D245
Black with #E2D245
Text Example
Text Example
White with #E2D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D245; }
p { color: rgb(226,210,69); }
H1.HeaderClassName
{
color: #E2D245;
}
.AnyTagClassName
{
color: #E2D245;
}
</style>
background-color css
<style>
a { background-color: #E2D245; }
a { background-color: rgb(226,210,69); }
div.DivClassName
{
background-color: #E2D245;
}
.BgClassName
{
background-color: #E2D245;
}
</style>
border-color css
<style>
span { border-color: #E2D245; }
span { border-color: rgb(226,210,69); }
td.TdClassName
{
border-color: #E2D245;
}
.TagClassName
{
border-color: #E2D245;
}
</style>