Shades of Confetti #E1C942
Tints of Confetti #E1C942
RGB
CMYK
RGB Variations
Color information
#E1C942 (or 0xE1C942) is known color: Confetti. HEX triplet: E1, C9 and 42. RGB value is (225,201,66). Sum of RGB (Red+Green+Blue) = 225+201+66=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C942 is #1E36BD. Grayscale: #C1C1C1. Windows color (decimal): -1980094 or 4377057. OLE color: 4377057.
HSL color Cylindrical-coordinate representation of color #E1C942: hue angle of 50.94º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1C942 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 66 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.12 |
| HSL | 50.94º | 0.73% | 0.57% | - |
| HSV(B) | 50.94º | 0.71% | 0.88% | - |
| XYZ | 52.92 | 58.17 | 13.59 | - |
| YUV | 192.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 66 | 0 | 0.11 | 0.71 | 0.12 | 50.94 | 0.73 | 0.57 |
| Hex | E1 | C9 | 42 | 0 | B | 47 | C | 33 | 49 | 39 |
| Octal | 341 | 311 | 102 | 0 | 13 | 107 | 14 | 63 | 111 | 71 |
| Binary | 11100001 | 11001001 | 1000010 | 0 | 1011 | 1000111 | 1100 | 110011 | 1001001 | 111001 |
Color Harmonies of #E1C942
Complementary color
Monochromatic Colors of #E1C942
Black with #E1C942
Text Example
Text Example
White with #E1C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C942; }
p { color: rgb(225,201,66); }
H1.HeaderClassName
{
color: #E1C942;
}
.AnyTagClassName
{
color: #E1C942;
}
</style>
background-color css
<style>
a { background-color: #E1C942; }
a { background-color: rgb(225,201,66); }
div.DivClassName
{
background-color: #E1C942;
}
.BgClassName
{
background-color: #E1C942;
}
</style>
border-color css
<style>
span { border-color: #E1C942; }
span { border-color: rgb(225,201,66); }
td.TdClassName
{
border-color: #E1C942;
}
.TagClassName
{
border-color: #E1C942;
}
</style>