Shades of Confetti #E0D23E
Tints of Confetti #E0D23E
RGB
CMYK
RGB Variations
Color information
#E0D23E (or 0xE0D23E) is known color: Confetti. HEX triplet: E0, D2 and 3E. RGB value is (224,210,62). Sum of RGB (Red+Green+Blue) = 224+210+62=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D23E is #1F2DC1. Grayscale: #C5C5C5. Windows color (decimal): -2043330 or 4117216. OLE color: 4117216.
HSL color Cylindrical-coordinate representation of color #E0D23E: hue angle of 54.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0D23E is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 62 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.12 |
| HSL | 54.81º | 0.72% | 0.56% | - |
| HSV(B) | 54.81º | 0.72% | 0.88% | - |
| XYZ | 54.66 | 62.29 | 13.7 | - |
| YUV | 197.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 62 | 0 | 0.06 | 0.72 | 0.12 | 54.81 | 0.72 | 0.56 |
| Hex | E0 | D2 | 3E | 0 | 6 | 48 | C | 37 | 48 | 38 |
| Octal | 340 | 322 | 76 | 0 | 6 | 110 | 14 | 67 | 110 | 70 |
| Binary | 11100000 | 11010010 | 111110 | 0 | 110 | 1001000 | 1100 | 110111 | 1001000 | 111000 |
Color Harmonies of #E0D23E
Complementary color
Monochromatic Colors of #E0D23E
Black with #E0D23E
Text Example
Text Example
White with #E0D23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D23E; }
p { color: rgb(224,210,62); }
H1.HeaderClassName
{
color: #E0D23E;
}
.AnyTagClassName
{
color: #E0D23E;
}
</style>
background-color css
<style>
a { background-color: #E0D23E; }
a { background-color: rgb(224,210,62); }
div.DivClassName
{
background-color: #E0D23E;
}
.BgClassName
{
background-color: #E0D23E;
}
</style>
border-color css
<style>
span { border-color: #E0D23E; }
span { border-color: rgb(224,210,62); }
td.TdClassName
{
border-color: #E0D23E;
}
.TagClassName
{
border-color: #E0D23E;
}
</style>