Shades of Confetti #E1D051
Tints of Confetti #E1D051
RGB
CMYK
RGB Variations
Color information
#E1D051 (or 0xE1D051) is known color: Confetti. HEX triplet: E1, D0 and 51. RGB value is (225,208,81). Sum of RGB (Red+Green+Blue) = 225+208+81=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D051 is #1E2FAE. Grayscale: #C7C7C7. Windows color (decimal): -1978287 or 5361889. OLE color: 5361889.
HSL color Cylindrical-coordinate representation of color #E1D051: hue angle of 52.92º 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 #E1D051 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 81 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.12 |
| HSL | 52.92º | 0.71% | 0.6% | - |
| HSV(B) | 52.92º | 0.64% | 0.88% | - |
| XYZ | 55.09 | 61.71 | 16.79 | - |
| YUV | 198.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 81 | 0 | 0.08 | 0.64 | 0.12 | 52.92 | 0.71 | 0.6 |
| Hex | E1 | D0 | 51 | 0 | 8 | 40 | C | 35 | 47 | 3C |
| Octal | 341 | 320 | 121 | 0 | 10 | 100 | 14 | 65 | 107 | 74 |
| Binary | 11100001 | 11010000 | 1010001 | 0 | 1000 | 1000000 | 1100 | 110101 | 1000111 | 111100 |
Color Harmonies of #E1D051
Complementary color
Monochromatic Colors of #E1D051
Black with #E1D051
Text Example
Text Example
White with #E1D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D051; }
p { color: rgb(225,208,81); }
H1.HeaderClassName
{
color: #E1D051;
}
.AnyTagClassName
{
color: #E1D051;
}
</style>
background-color css
<style>
a { background-color: #E1D051; }
a { background-color: rgb(225,208,81); }
div.DivClassName
{
background-color: #E1D051;
}
.BgClassName
{
background-color: #E1D051;
}
</style>
border-color css
<style>
span { border-color: #E1D051; }
span { border-color: rgb(225,208,81); }
td.TdClassName
{
border-color: #E1D051;
}
.TagClassName
{
border-color: #E1D051;
}
</style>