Shades of Confetti #E1D050
Tints of Confetti #E1D050
RGB
CMYK
RGB Variations
Color information
#E1D050 (or 0xE1D050) is known color: Confetti. HEX triplet: E1, D0 and 50. RGB value is (225,208,80). Sum of RGB (Red+Green+Blue) = 225+208+80=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D050 is #1E2FAF. Grayscale: #C7C7C7. Windows color (decimal): -1978288 or 5296353. OLE color: 5296353.
HSL color Cylindrical-coordinate representation of color #E1D050: hue angle of 52.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1D050 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 80 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.12 |
| HSL | 52.97º | 0.71% | 0.6% | - |
| HSV(B) | 52.97º | 0.64% | 0.88% | - |
| XYZ | 55.06 | 61.7 | 16.6 | - |
| YUV | 198.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 80 | 0 | 0.08 | 0.64 | 0.12 | 52.97 | 0.71 | 0.6 |
| Hex | E1 | D0 | 50 | 0 | 8 | 40 | C | 35 | 47 | 3C |
| Octal | 341 | 320 | 120 | 0 | 10 | 100 | 14 | 65 | 107 | 74 |
| Binary | 11100001 | 11010000 | 1010000 | 0 | 1000 | 1000000 | 1100 | 110101 | 1000111 | 111100 |
Color Harmonies of #E1D050
Complementary color
Monochromatic Colors of #E1D050
Black with #E1D050
Text Example
Text Example
White with #E1D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D050; }
p { color: rgb(225,208,80); }
H1.HeaderClassName
{
color: #E1D050;
}
.AnyTagClassName
{
color: #E1D050;
}
</style>
background-color css
<style>
a { background-color: #E1D050; }
a { background-color: rgb(225,208,80); }
div.DivClassName
{
background-color: #E1D050;
}
.BgClassName
{
background-color: #E1D050;
}
</style>
border-color css
<style>
span { border-color: #E1D050; }
span { border-color: rgb(225,208,80); }
td.TdClassName
{
border-color: #E1D050;
}
.TagClassName
{
border-color: #E1D050;
}
</style>