Shades of Confetti #E2C84A
Tints of Confetti #E2C84A
RGB
CMYK
RGB Variations
Color information
#E2C84A (or 0xE2C84A) is known color: Confetti. HEX triplet: E2, C8 and 4A. RGB value is (226,200,74). Sum of RGB (Red+Green+Blue) = 226+200+74=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C84A is #1D37B5. Grayscale: #C1C1C1. Windows color (decimal): -1914806 or 4901090. OLE color: 4901090.
HSL color Cylindrical-coordinate representation of color #E2C84A: hue angle of 49.74º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2C84A is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 74 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.11 |
| HSL | 49.74º | 0.72% | 0.59% | - |
| HSV(B) | 49.74º | 0.67% | 0.89% | - |
| XYZ | 53.25 | 57.97 | 14.86 | - |
| YUV | 193.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 74 | 0 | 0.12 | 0.67 | 0.11 | 49.74 | 0.72 | 0.59 |
| Hex | E2 | C8 | 4A | 0 | C | 43 | B | 32 | 48 | 3B |
| Octal | 342 | 310 | 112 | 0 | 14 | 103 | 13 | 62 | 110 | 73 |
| Binary | 11100010 | 11001000 | 1001010 | 0 | 1100 | 1000011 | 1011 | 110010 | 1001000 | 111011 |
Color Harmonies of #E2C84A
Complementary color
Monochromatic Colors of #E2C84A
Black with #E2C84A
Text Example
Text Example
White with #E2C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C84A; }
p { color: rgb(226,200,74); }
H1.HeaderClassName
{
color: #E2C84A;
}
.AnyTagClassName
{
color: #E2C84A;
}
</style>
background-color css
<style>
a { background-color: #E2C84A; }
a { background-color: rgb(226,200,74); }
div.DivClassName
{
background-color: #E2C84A;
}
.BgClassName
{
background-color: #E2C84A;
}
</style>
border-color css
<style>
span { border-color: #E2C84A; }
span { border-color: rgb(226,200,74); }
td.TdClassName
{
border-color: #E2C84A;
}
.TagClassName
{
border-color: #E2C84A;
}
</style>