Shades of Confetti #E1C94E
Tints of Confetti #E1C94E
RGB
CMYK
RGB Variations
Color information
#E1C94E (or 0xE1C94E) is known color: Confetti. HEX triplet: E1, C9 and 4E. RGB value is (225,201,78). Sum of RGB (Red+Green+Blue) = 225+201+78=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C94E is #1E36B1. Grayscale: #C2C2C2. Windows color (decimal): -1980082 or 5163489. OLE color: 5163489.
HSL color Cylindrical-coordinate representation of color #E1C94E: hue angle of 50.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1C94E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 78 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.12 |
| HSL | 50.2º | 0.71% | 0.59% | - |
| HSV(B) | 50.2º | 0.65% | 0.88% | - |
| XYZ | 53.31 | 58.33 | 15.66 | - |
| YUV | 194.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 78 | 0 | 0.11 | 0.65 | 0.12 | 50.2 | 0.71 | 0.59 |
| Hex | E1 | C9 | 4E | 0 | B | 41 | C | 32 | 47 | 3B |
| Octal | 341 | 311 | 116 | 0 | 13 | 101 | 14 | 62 | 107 | 73 |
| Binary | 11100001 | 11001001 | 1001110 | 0 | 1011 | 1000001 | 1100 | 110010 | 1000111 | 111011 |
Color Harmonies of #E1C94E
Complementary color
Monochromatic Colors of #E1C94E
Black with #E1C94E
Text Example
Text Example
White with #E1C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C94E; }
p { color: rgb(225,201,78); }
H1.HeaderClassName
{
color: #E1C94E;
}
.AnyTagClassName
{
color: #E1C94E;
}
</style>
background-color css
<style>
a { background-color: #E1C94E; }
a { background-color: rgb(225,201,78); }
div.DivClassName
{
background-color: #E1C94E;
}
.BgClassName
{
background-color: #E1C94E;
}
</style>
border-color css
<style>
span { border-color: #E1C94E; }
span { border-color: rgb(225,201,78); }
td.TdClassName
{
border-color: #E1C94E;
}
.TagClassName
{
border-color: #E1C94E;
}
</style>