Shades of Confetti #E1D23D
Tints of Confetti #E1D23D
RGB
CMYK
RGB Variations
Color information
#E1D23D (or 0xE1D23D) is known color: Confetti. HEX triplet: E1, D2 and 3D. RGB value is (225,210,61). Sum of RGB (Red+Green+Blue) = 225+210+61=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D23D is #1E2DC2. Grayscale: #C6C6C6. Windows color (decimal): -1977795 or 4051681. OLE color: 4051681.
HSL color Cylindrical-coordinate representation of color #E1D23D: hue angle of 54.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1D23D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 61 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.12 |
| HSL | 54.51º | 0.73% | 0.56% | - |
| HSV(B) | 54.51º | 0.73% | 0.88% | - |
| XYZ | 54.94 | 62.44 | 13.57 | - |
| YUV | 197.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 61 | 0 | 0.07 | 0.73 | 0.12 | 54.51 | 0.73 | 0.56 |
| Hex | E1 | D2 | 3D | 0 | 7 | 49 | C | 37 | 49 | 38 |
| Octal | 341 | 322 | 75 | 0 | 7 | 111 | 14 | 67 | 111 | 70 |
| Binary | 11100001 | 11010010 | 111101 | 0 | 111 | 1001001 | 1100 | 110111 | 1001001 | 111000 |
Color Harmonies of #E1D23D
Complementary color
Monochromatic Colors of #E1D23D
Black with #E1D23D
Text Example
Text Example
White with #E1D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D23D; }
p { color: rgb(225,210,61); }
H1.HeaderClassName
{
color: #E1D23D;
}
.AnyTagClassName
{
color: #E1D23D;
}
</style>
background-color css
<style>
a { background-color: #E1D23D; }
a { background-color: rgb(225,210,61); }
div.DivClassName
{
background-color: #E1D23D;
}
.BgClassName
{
background-color: #E1D23D;
}
</style>
border-color css
<style>
span { border-color: #E1D23D; }
span { border-color: rgb(225,210,61); }
td.TdClassName
{
border-color: #E1D23D;
}
.TagClassName
{
border-color: #E1D23D;
}
</style>