Shades of Confetti #E0CE4D
Tints of Confetti #E0CE4D
RGB
CMYK
RGB Variations
Color information
#E0CE4D (or 0xE0CE4D) is known color: Confetti. HEX triplet: E0, CE and 4D. RGB value is (224,206,77). Sum of RGB (Red+Green+Blue) = 224+206+77=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE4D is #1F31B2. Grayscale: #C5C5C5. Windows color (decimal): -2044339 or 5099232. OLE color: 5099232.
HSL color Cylindrical-coordinate representation of color #E0CE4D: hue angle of 52.65º 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 #E0CE4D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 77 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.12 |
| HSL | 52.65º | 0.7% | 0.59% | - |
| HSV(B) | 52.65º | 0.66% | 0.88% | - |
| XYZ | 54.15 | 60.53 | 15.85 | - |
| YUV | 196.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 77 | 0 | 0.08 | 0.66 | 0.12 | 52.65 | 0.7 | 0.59 |
| Hex | E0 | CE | 4D | 0 | 8 | 42 | C | 35 | 46 | 3B |
| Octal | 340 | 316 | 115 | 0 | 10 | 102 | 14 | 65 | 106 | 73 |
| Binary | 11100000 | 11001110 | 1001101 | 0 | 1000 | 1000010 | 1100 | 110101 | 1000110 | 111011 |
Color Harmonies of #E0CE4D
Complementary color
Monochromatic Colors of #E0CE4D
Black with #E0CE4D
Text Example
Text Example
White with #E0CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE4D; }
p { color: rgb(224,206,77); }
H1.HeaderClassName
{
color: #E0CE4D;
}
.AnyTagClassName
{
color: #E0CE4D;
}
</style>
background-color css
<style>
a { background-color: #E0CE4D; }
a { background-color: rgb(224,206,77); }
div.DivClassName
{
background-color: #E0CE4D;
}
.BgClassName
{
background-color: #E0CE4D;
}
</style>
border-color css
<style>
span { border-color: #E0CE4D; }
span { border-color: rgb(224,206,77); }
td.TdClassName
{
border-color: #E0CE4D;
}
.TagClassName
{
border-color: #E0CE4D;
}
</style>