Shades of Confetti #E1CE45
Tints of Confetti #E1CE45
RGB
CMYK
RGB Variations
Color information
#E1CE45 (or 0xE1CE45) is known color: Confetti. HEX triplet: E1, CE and 45. RGB value is (225,206,69). Sum of RGB (Red+Green+Blue) = 225+206+69=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE45 is #1E31BA. Grayscale: #C4C4C4. Windows color (decimal): -1978811 or 4574945. OLE color: 4574945.
HSL color Cylindrical-coordinate representation of color #E1CE45: hue angle of 52.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1CE45 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 69 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.12 |
| HSL | 52.69º | 0.72% | 0.58% | - |
| HSV(B) | 52.69º | 0.69% | 0.88% | - |
| XYZ | 54.2 | 60.58 | 14.47 | - |
| YUV | 196.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 69 | 0 | 0.08 | 0.69 | 0.12 | 52.69 | 0.72 | 0.58 |
| Hex | E1 | CE | 45 | 0 | 8 | 45 | C | 35 | 48 | 3A |
| Octal | 341 | 316 | 105 | 0 | 10 | 105 | 14 | 65 | 110 | 72 |
| Binary | 11100001 | 11001110 | 1000101 | 0 | 1000 | 1000101 | 1100 | 110101 | 1001000 | 111010 |
Color Harmonies of #E1CE45
Complementary color
Monochromatic Colors of #E1CE45
Black with #E1CE45
Text Example
Text Example
White with #E1CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE45; }
p { color: rgb(225,206,69); }
H1.HeaderClassName
{
color: #E1CE45;
}
.AnyTagClassName
{
color: #E1CE45;
}
</style>
background-color css
<style>
a { background-color: #E1CE45; }
a { background-color: rgb(225,206,69); }
div.DivClassName
{
background-color: #E1CE45;
}
.BgClassName
{
background-color: #E1CE45;
}
</style>
border-color css
<style>
span { border-color: #E1CE45; }
span { border-color: rgb(225,206,69); }
td.TdClassName
{
border-color: #E1CE45;
}
.TagClassName
{
border-color: #E1CE45;
}
</style>