Shades of Confetti #E1CA4A
Tints of Confetti #E1CA4A
RGB
CMYK
RGB Variations
Color information
#E1CA4A (or 0xE1CA4A) is known color: Confetti. HEX triplet: E1, CA and 4A. RGB value is (225,202,74). Sum of RGB (Red+Green+Blue) = 225+202+74=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA4A is #1E35B5. Grayscale: #C2C2C2. Windows color (decimal): -1979830 or 4901601. OLE color: 4901601.
HSL color Cylindrical-coordinate representation of color #E1CA4A: hue angle of 50.86º 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 #E1CA4A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 74 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.12 |
| HSL | 50.86º | 0.72% | 0.59% | - |
| HSV(B) | 50.86º | 0.67% | 0.88% | - |
| XYZ | 53.41 | 58.74 | 15 | - |
| YUV | 194.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 74 | 0 | 0.10 | 0.67 | 0.12 | 50.86 | 0.72 | 0.59 |
| Hex | E1 | CA | 4A | 0 | A | 43 | C | 33 | 48 | 3B |
| Octal | 341 | 312 | 112 | 0 | 12 | 103 | 14 | 63 | 110 | 73 |
| Binary | 11100001 | 11001010 | 1001010 | 0 | 1010 | 1000011 | 1100 | 110011 | 1001000 | 111011 |
Color Harmonies of #E1CA4A
Complementary color
Monochromatic Colors of #E1CA4A
Black with #E1CA4A
Text Example
Text Example
White with #E1CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA4A; }
p { color: rgb(225,202,74); }
H1.HeaderClassName
{
color: #E1CA4A;
}
.AnyTagClassName
{
color: #E1CA4A;
}
</style>
background-color css
<style>
a { background-color: #E1CA4A; }
a { background-color: rgb(225,202,74); }
div.DivClassName
{
background-color: #E1CA4A;
}
.BgClassName
{
background-color: #E1CA4A;
}
</style>
border-color css
<style>
span { border-color: #E1CA4A; }
span { border-color: rgb(225,202,74); }
td.TdClassName
{
border-color: #E1CA4A;
}
.TagClassName
{
border-color: #E1CA4A;
}
</style>