Shades of Confetti #E0C04D
Tints of Confetti #E0C04D
RGB
CMYK
RGB Variations
Color information
#E0C04D (or 0xE0C04D) is known color: Confetti. HEX triplet: E0, C0 and 4D. RGB value is (224,192,77). Sum of RGB (Red+Green+Blue) = 224+192+77=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C04D is #1F3FB2. Grayscale: #BCBCBC. Windows color (decimal): -2047923 or 5095648. OLE color: 5095648.
HSL color Cylindrical-coordinate representation of color #E0C04D: hue angle of 46.94º degrees, saturation: 0.7, 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 #E0C04D is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 77 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.12 |
| HSL | 46.94º | 0.7% | 0.59% | - |
| HSV(B) | 46.94º | 0.66% | 0.88% | - |
| XYZ | 50.93 | 54.08 | 14.78 | - |
| YUV | 188.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 77 | 0 | 0.14 | 0.66 | 0.12 | 46.94 | 0.7 | 0.59 |
| Hex | E0 | C0 | 4D | 0 | E | 42 | C | 2F | 46 | 3B |
| Octal | 340 | 300 | 115 | 0 | 16 | 102 | 14 | 57 | 106 | 73 |
| Binary | 11100000 | 11000000 | 1001101 | 0 | 1110 | 1000010 | 1100 | 101111 | 1000110 | 111011 |
Color Harmonies of #E0C04D
Complementary color
Monochromatic Colors of #E0C04D
Black with #E0C04D
Text Example
Text Example
White with #E0C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C04D; }
p { color: rgb(224,192,77); }
H1.HeaderClassName
{
color: #E0C04D;
}
.AnyTagClassName
{
color: #E0C04D;
}
</style>
background-color css
<style>
a { background-color: #E0C04D; }
a { background-color: rgb(224,192,77); }
div.DivClassName
{
background-color: #E0C04D;
}
.BgClassName
{
background-color: #E0C04D;
}
</style>
border-color css
<style>
span { border-color: #E0C04D; }
span { border-color: rgb(224,192,77); }
td.TdClassName
{
border-color: #E0C04D;
}
.TagClassName
{
border-color: #E0C04D;
}
</style>