Shades of Confetti #E1CD4A
Tints of Confetti #E1CD4A
RGB
CMYK
RGB Variations
Color information
#E1CD4A (or 0xE1CD4A) is known color: Confetti. HEX triplet: E1, CD and 4A. RGB value is (225,205,74). Sum of RGB (Red+Green+Blue) = 225+205+74=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CD4A is #1E32B5. Grayscale: #C4C4C4. Windows color (decimal): -1979062 or 4902369. OLE color: 4902369.
HSL color Cylindrical-coordinate representation of color #E1CD4A: hue angle of 52.05º 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 #E1CD4A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 74 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.12 |
| HSL | 52.05º | 0.72% | 0.59% | - |
| HSV(B) | 52.05º | 0.67% | 0.88% | - |
| XYZ | 54.12 | 60.16 | 15.24 | - |
| YUV | 196.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 74 | 0 | 0.09 | 0.67 | 0.12 | 52.05 | 0.72 | 0.59 |
| Hex | E1 | CD | 4A | 0 | 9 | 43 | C | 34 | 48 | 3B |
| Octal | 341 | 315 | 112 | 0 | 11 | 103 | 14 | 64 | 110 | 73 |
| Binary | 11100001 | 11001101 | 1001010 | 0 | 1001 | 1000011 | 1100 | 110100 | 1001000 | 111011 |
Color Harmonies of #E1CD4A
Complementary color
Monochromatic Colors of #E1CD4A
Black with #E1CD4A
Text Example
Text Example
White with #E1CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD4A; }
p { color: rgb(225,205,74); }
H1.HeaderClassName
{
color: #E1CD4A;
}
.AnyTagClassName
{
color: #E1CD4A;
}
</style>
background-color css
<style>
a { background-color: #E1CD4A; }
a { background-color: rgb(225,205,74); }
div.DivClassName
{
background-color: #E1CD4A;
}
.BgClassName
{
background-color: #E1CD4A;
}
</style>
border-color css
<style>
span { border-color: #E1CD4A; }
span { border-color: rgb(225,205,74); }
td.TdClassName
{
border-color: #E1CD4A;
}
.TagClassName
{
border-color: #E1CD4A;
}
</style>