Shades of Confetti #E1D34C
Tints of Confetti #E1D34C
RGB
CMYK
RGB Variations
Color information
#E1D34C (or 0xE1D34C) is known color: Confetti. HEX triplet: E1, D3 and 4C. RGB value is (225,211,76). Sum of RGB (Red+Green+Blue) = 225+211+76=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D34C is #1E2CB3. Grayscale: #C8C8C8. Windows color (decimal): -1977524 or 5034977. OLE color: 5034977.
HSL color Cylindrical-coordinate representation of color #E1D34C: hue angle of 54.36º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1D34C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 76 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.12 |
| HSL | 54.36º | 0.71% | 0.59% | - |
| HSV(B) | 54.36º | 0.66% | 0.88% | - |
| XYZ | 55.65 | 63.12 | 16.09 | - |
| YUV | 199.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 76 | 0 | 0.06 | 0.66 | 0.12 | 54.36 | 0.71 | 0.59 |
| Hex | E1 | D3 | 4C | 0 | 6 | 42 | C | 36 | 47 | 3B |
| Octal | 341 | 323 | 114 | 0 | 6 | 102 | 14 | 66 | 107 | 73 |
| Binary | 11100001 | 11010011 | 1001100 | 0 | 110 | 1000010 | 1100 | 110110 | 1000111 | 111011 |
Color Harmonies of #E1D34C
Complementary color
Monochromatic Colors of #E1D34C
Black with #E1D34C
Text Example
Text Example
White with #E1D34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D34C; }
p { color: rgb(225,211,76); }
H1.HeaderClassName
{
color: #E1D34C;
}
.AnyTagClassName
{
color: #E1D34C;
}
</style>
background-color css
<style>
a { background-color: #E1D34C; }
a { background-color: rgb(225,211,76); }
div.DivClassName
{
background-color: #E1D34C;
}
.BgClassName
{
background-color: #E1D34C;
}
</style>
border-color css
<style>
span { border-color: #E1D34C; }
span { border-color: rgb(225,211,76); }
td.TdClassName
{
border-color: #E1D34C;
}
.TagClassName
{
border-color: #E1D34C;
}
</style>