Shades of Confetti #E2CA45
Tints of Confetti #E2CA45
RGB
CMYK
RGB Variations
Color information
#E2CA45 (or 0xE2CA45) is known color: Confetti. HEX triplet: E2, CA and 45. RGB value is (226,202,69). Sum of RGB (Red+Green+Blue) = 226+202+69=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA45 is #1D35BA. Grayscale: #C2C2C2. Windows color (decimal): -1914299 or 4573922. OLE color: 4573922.
HSL color Cylindrical-coordinate representation of color #E2CA45: hue angle of 50.83º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2CA45 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 69 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.11 |
| HSL | 50.83º | 0.73% | 0.58% | - |
| HSV(B) | 50.83º | 0.69% | 0.89% | - |
| XYZ | 53.56 | 58.84 | 14.16 | - |
| YUV | 194.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 69 | 0 | 0.11 | 0.69 | 0.11 | 50.83 | 0.73 | 0.58 |
| Hex | E2 | CA | 45 | 0 | B | 45 | B | 33 | 49 | 3A |
| Octal | 342 | 312 | 105 | 0 | 13 | 105 | 13 | 63 | 111 | 72 |
| Binary | 11100010 | 11001010 | 1000101 | 0 | 1011 | 1000101 | 1011 | 110011 | 1001001 | 111010 |
Color Harmonies of #E2CA45
Complementary color
Monochromatic Colors of #E2CA45
Black with #E2CA45
Text Example
Text Example
White with #E2CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA45; }
p { color: rgb(226,202,69); }
H1.HeaderClassName
{
color: #E2CA45;
}
.AnyTagClassName
{
color: #E2CA45;
}
</style>
background-color css
<style>
a { background-color: #E2CA45; }
a { background-color: rgb(226,202,69); }
div.DivClassName
{
background-color: #E2CA45;
}
.BgClassName
{
background-color: #E2CA45;
}
</style>
border-color css
<style>
span { border-color: #E2CA45; }
span { border-color: rgb(226,202,69); }
td.TdClassName
{
border-color: #E2CA45;
}
.TagClassName
{
border-color: #E2CA45;
}
</style>