Shades of Confetti #E1CE40
Tints of Confetti #E1CE40
RGB
CMYK
RGB Variations
Color information
#E1CE40 (or 0xE1CE40) is known color: Confetti. HEX triplet: E1, CE and 40. RGB value is (225,206,64). Sum of RGB (Red+Green+Blue) = 225+206+64=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE40 is #1E31BF. Grayscale: #C4C4C4. Windows color (decimal): -1978816 or 4247265. OLE color: 4247265.
HSL color Cylindrical-coordinate representation of color #E1CE40: hue angle of 52.92º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1CE40 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 64 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.12 |
| HSL | 52.92º | 0.73% | 0.57% | - |
| HSV(B) | 52.92º | 0.72% | 0.88% | - |
| XYZ | 54.05 | 60.52 | 13.68 | - |
| YUV | 195.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 64 | 0 | 0.08 | 0.72 | 0.12 | 52.92 | 0.73 | 0.57 |
| Hex | E1 | CE | 40 | 0 | 8 | 48 | C | 35 | 49 | 39 |
| Octal | 341 | 316 | 100 | 0 | 10 | 110 | 14 | 65 | 111 | 71 |
| Binary | 11100001 | 11001110 | 1000000 | 0 | 1000 | 1001000 | 1100 | 110101 | 1001001 | 111001 |
Color Harmonies of #E1CE40
Complementary color
Monochromatic Colors of #E1CE40
Black with #E1CE40
Text Example
Text Example
White with #E1CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE40; }
p { color: rgb(225,206,64); }
H1.HeaderClassName
{
color: #E1CE40;
}
.AnyTagClassName
{
color: #E1CE40;
}
</style>
background-color css
<style>
a { background-color: #E1CE40; }
a { background-color: rgb(225,206,64); }
div.DivClassName
{
background-color: #E1CE40;
}
.BgClassName
{
background-color: #E1CE40;
}
</style>
border-color css
<style>
span { border-color: #E1CE40; }
span { border-color: rgb(225,206,64); }
td.TdClassName
{
border-color: #E1CE40;
}
.TagClassName
{
border-color: #E1CE40;
}
</style>