Shades of Confetti #E0D542
Tints of Confetti #E0D542
RGB
CMYK
RGB Variations
Color information
#E0D542 (or 0xE0D542) is known color: Confetti. HEX triplet: E0, D5 and 42. RGB value is (224,213,66). Sum of RGB (Red+Green+Blue) = 224+213+66=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D542 is #1F2ABD. Grayscale: #C8C8C8. Windows color (decimal): -2042558 or 4380128. OLE color: 4380128.
HSL color Cylindrical-coordinate representation of color #E0D542: hue angle of 55.82º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0D542 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 66 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.12 |
| HSL | 55.82º | 0.72% | 0.57% | - |
| HSV(B) | 55.82º | 0.71% | 0.88% | - |
| XYZ | 55.52 | 63.83 | 14.55 | - |
| YUV | 199.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 66 | 0 | 0.05 | 0.71 | 0.12 | 55.82 | 0.72 | 0.57 |
| Hex | E0 | D5 | 42 | 0 | 5 | 47 | C | 38 | 48 | 39 |
| Octal | 340 | 325 | 102 | 0 | 5 | 107 | 14 | 70 | 110 | 71 |
| Binary | 11100000 | 11010101 | 1000010 | 0 | 101 | 1000111 | 1100 | 111000 | 1001000 | 111001 |
Color Harmonies of #E0D542
Complementary color
Monochromatic Colors of #E0D542
Black with #E0D542
Text Example
Text Example
White with #E0D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D542; }
p { color: rgb(224,213,66); }
H1.HeaderClassName
{
color: #E0D542;
}
.AnyTagClassName
{
color: #E0D542;
}
</style>
background-color css
<style>
a { background-color: #E0D542; }
a { background-color: rgb(224,213,66); }
div.DivClassName
{
background-color: #E0D542;
}
.BgClassName
{
background-color: #E0D542;
}
</style>
border-color css
<style>
span { border-color: #E0D542; }
span { border-color: rgb(224,213,66); }
td.TdClassName
{
border-color: #E0D542;
}
.TagClassName
{
border-color: #E0D542;
}
</style>