Shades of Confetti #E0CE3C
Tints of Confetti #E0CE3C
RGB
CMYK
RGB Variations
Color information
#E0CE3C (or 0xE0CE3C) is known color: Confetti. HEX triplet: E0, CE and 3C. RGB value is (224,206,60). Sum of RGB (Red+Green+Blue) = 224+206+60=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE3C is #1F31C3. Grayscale: #C3C3C3. Windows color (decimal): -2044356 or 3985120. OLE color: 3985120.
HSL color Cylindrical-coordinate representation of color #E0CE3C: hue angle of 53.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0CE3C is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 60 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.12 |
| HSL | 53.41º | 0.73% | 0.56% | - |
| HSV(B) | 53.41º | 0.73% | 0.88% | - |
| XYZ | 53.63 | 60.32 | 13.09 | - |
| YUV | 194.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 60 | 0 | 0.08 | 0.73 | 0.12 | 53.41 | 0.73 | 0.56 |
| Hex | E0 | CE | 3C | 0 | 8 | 49 | C | 35 | 49 | 38 |
| Octal | 340 | 316 | 74 | 0 | 10 | 111 | 14 | 65 | 111 | 70 |
| Binary | 11100000 | 11001110 | 111100 | 0 | 1000 | 1001001 | 1100 | 110101 | 1001001 | 111000 |
Color Harmonies of #E0CE3C
Complementary color
Monochromatic Colors of #E0CE3C
Black with #E0CE3C
Text Example
Text Example
White with #E0CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE3C; }
p { color: rgb(224,206,60); }
H1.HeaderClassName
{
color: #E0CE3C;
}
.AnyTagClassName
{
color: #E0CE3C;
}
</style>
background-color css
<style>
a { background-color: #E0CE3C; }
a { background-color: rgb(224,206,60); }
div.DivClassName
{
background-color: #E0CE3C;
}
.BgClassName
{
background-color: #E0CE3C;
}
</style>
border-color css
<style>
span { border-color: #E0CE3C; }
span { border-color: rgb(224,206,60); }
td.TdClassName
{
border-color: #E0CE3C;
}
.TagClassName
{
border-color: #E0CE3C;
}
</style>