Shades of Confetti #E2CE44
Tints of Confetti #E2CE44
RGB
CMYK
RGB Variations
Color information
#E2CE44 (or 0xE2CE44) is known color: Confetti. HEX triplet: E2, CE and 44. RGB value is (226,206,68). Sum of RGB (Red+Green+Blue) = 226+206+68=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CE44 is #1D31BB. Grayscale: #C4C4C4. Windows color (decimal): -1913276 or 4509410. OLE color: 4509410.
HSL color Cylindrical-coordinate representation of color #E2CE44: hue angle of 52.41º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2CE44 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 68 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.11 |
| HSL | 52.41º | 0.73% | 0.58% | - |
| HSV(B) | 52.41º | 0.7% | 0.89% | - |
| XYZ | 54.48 | 60.73 | 14.32 | - |
| YUV | 196.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 68 | 0 | 0.09 | 0.70 | 0.11 | 52.41 | 0.73 | 0.58 |
| Hex | E2 | CE | 44 | 0 | 9 | 46 | B | 34 | 49 | 3A |
| Octal | 342 | 316 | 104 | 0 | 11 | 106 | 13 | 64 | 111 | 72 |
| Binary | 11100010 | 11001110 | 1000100 | 0 | 1001 | 1000110 | 1011 | 110100 | 1001001 | 111010 |
Color Harmonies of #E2CE44
Complementary color
Monochromatic Colors of #E2CE44
Black with #E2CE44
Text Example
Text Example
White with #E2CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE44; }
p { color: rgb(226,206,68); }
H1.HeaderClassName
{
color: #E2CE44;
}
.AnyTagClassName
{
color: #E2CE44;
}
</style>
background-color css
<style>
a { background-color: #E2CE44; }
a { background-color: rgb(226,206,68); }
div.DivClassName
{
background-color: #E2CE44;
}
.BgClassName
{
background-color: #E2CE44;
}
</style>
border-color css
<style>
span { border-color: #E2CE44; }
span { border-color: rgb(226,206,68); }
td.TdClassName
{
border-color: #E2CE44;
}
.TagClassName
{
border-color: #E2CE44;
}
</style>