Shades of Confetti #E1C74A
Tints of Confetti #E1C74A
RGB
CMYK
RGB Variations
Color information
#E1C74A (or 0xE1C74A) is known color: Confetti. HEX triplet: E1, C7 and 4A. RGB value is (225,199,74). Sum of RGB (Red+Green+Blue) = 225+199+74=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C74A is #1E38B5. Grayscale: #C1C1C1. Windows color (decimal): -1980598 or 4900833. OLE color: 4900833.
HSL color Cylindrical-coordinate representation of color #E1C74A: hue angle of 49.67º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1C74A is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 74 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.12 |
| HSL | 49.67º | 0.72% | 0.59% | - |
| HSV(B) | 49.67º | 0.67% | 0.88% | - |
| XYZ | 52.71 | 57.35 | 14.77 | - |
| YUV | 192.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 74 | 0 | 0.12 | 0.67 | 0.12 | 49.67 | 0.72 | 0.59 |
| Hex | E1 | C7 | 4A | 0 | C | 43 | C | 32 | 48 | 3B |
| Octal | 341 | 307 | 112 | 0 | 14 | 103 | 14 | 62 | 110 | 73 |
| Binary | 11100001 | 11000111 | 1001010 | 0 | 1100 | 1000011 | 1100 | 110010 | 1001000 | 111011 |
Color Harmonies of #E1C74A
Complementary color
Monochromatic Colors of #E1C74A
Black with #E1C74A
Text Example
Text Example
White with #E1C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C74A; }
p { color: rgb(225,199,74); }
H1.HeaderClassName
{
color: #E1C74A;
}
.AnyTagClassName
{
color: #E1C74A;
}
</style>
background-color css
<style>
a { background-color: #E1C74A; }
a { background-color: rgb(225,199,74); }
div.DivClassName
{
background-color: #E1C74A;
}
.BgClassName
{
background-color: #E1C74A;
}
</style>
border-color css
<style>
span { border-color: #E1C74A; }
span { border-color: rgb(225,199,74); }
td.TdClassName
{
border-color: #E1C74A;
}
.TagClassName
{
border-color: #E1C74A;
}
</style>