Shades of Confetti #E1CE47
Tints of Confetti #E1CE47
RGB
CMYK
RGB Variations
Color information
#E1CE47 (or 0xE1CE47) is known color: Confetti. HEX triplet: E1, CE and 47. RGB value is (225,206,71). Sum of RGB (Red+Green+Blue) = 225+206+71=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE47 is #1E31B8. Grayscale: #C4C4C4. Windows color (decimal): -1978809 or 4706017. OLE color: 4706017.
HSL color Cylindrical-coordinate representation of color #E1CE47: hue angle of 52.6º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1CE47 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 71 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.12 |
| HSL | 52.6º | 0.72% | 0.58% | - |
| HSV(B) | 52.6º | 0.68% | 0.88% | - |
| XYZ | 54.26 | 60.61 | 14.8 | - |
| YUV | 196.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 71 | 0 | 0.08 | 0.68 | 0.12 | 52.6 | 0.72 | 0.58 |
| Hex | E1 | CE | 47 | 0 | 8 | 44 | C | 35 | 48 | 3A |
| Octal | 341 | 316 | 107 | 0 | 10 | 104 | 14 | 65 | 110 | 72 |
| Binary | 11100001 | 11001110 | 1000111 | 0 | 1000 | 1000100 | 1100 | 110101 | 1001000 | 111010 |
Color Harmonies of #E1CE47
Complementary color
Monochromatic Colors of #E1CE47
Black with #E1CE47
Text Example
Text Example
White with #E1CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE47; }
p { color: rgb(225,206,71); }
H1.HeaderClassName
{
color: #E1CE47;
}
.AnyTagClassName
{
color: #E1CE47;
}
</style>
background-color css
<style>
a { background-color: #E1CE47; }
a { background-color: rgb(225,206,71); }
div.DivClassName
{
background-color: #E1CE47;
}
.BgClassName
{
background-color: #E1CE47;
}
</style>
border-color css
<style>
span { border-color: #E1CE47; }
span { border-color: rgb(225,206,71); }
td.TdClassName
{
border-color: #E1CE47;
}
.TagClassName
{
border-color: #E1CE47;
}
</style>