Shades of Confetti #E0CE4C
Tints of Confetti #E0CE4C
RGB
CMYK
RGB Variations
Color information
#E0CE4C (or 0xE0CE4C) is known color: Confetti. HEX triplet: E0, CE and 4C. RGB value is (224,206,76). Sum of RGB (Red+Green+Blue) = 224+206+76=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE4C is #1F31B3. Grayscale: #C5C5C5. Windows color (decimal): -2044340 or 5033696. OLE color: 5033696.
HSL color Cylindrical-coordinate representation of color #E0CE4C: hue angle of 52.7º 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 #E0CE4C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 76 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.12 |
| HSL | 52.7º | 0.7% | 0.59% | - |
| HSV(B) | 52.7º | 0.66% | 0.88% | - |
| XYZ | 54.12 | 60.51 | 15.67 | - |
| YUV | 196.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 76 | 0 | 0.08 | 0.66 | 0.12 | 52.7 | 0.7 | 0.59 |
| Hex | E0 | CE | 4C | 0 | 8 | 42 | C | 35 | 46 | 3B |
| Octal | 340 | 316 | 114 | 0 | 10 | 102 | 14 | 65 | 106 | 73 |
| Binary | 11100000 | 11001110 | 1001100 | 0 | 1000 | 1000010 | 1100 | 110101 | 1000110 | 111011 |
Color Harmonies of #E0CE4C
Complementary color
Monochromatic Colors of #E0CE4C
Black with #E0CE4C
Text Example
Text Example
White with #E0CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE4C; }
p { color: rgb(224,206,76); }
H1.HeaderClassName
{
color: #E0CE4C;
}
.AnyTagClassName
{
color: #E0CE4C;
}
</style>
background-color css
<style>
a { background-color: #E0CE4C; }
a { background-color: rgb(224,206,76); }
div.DivClassName
{
background-color: #E0CE4C;
}
.BgClassName
{
background-color: #E0CE4C;
}
</style>
border-color css
<style>
span { border-color: #E0CE4C; }
span { border-color: rgb(224,206,76); }
td.TdClassName
{
border-color: #E0CE4C;
}
.TagClassName
{
border-color: #E0CE4C;
}
</style>