Shades of Confetti #E2CE48
Tints of Confetti #E2CE48
RGB
CMYK
RGB Variations
Color information
#E2CE48 (or 0xE2CE48) is known color: Confetti. HEX triplet: E2, CE and 48. RGB value is (226,206,72). Sum of RGB (Red+Green+Blue) = 226+206+72=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CE48 is #1D31B7. Grayscale: #C5C5C5. Windows color (decimal): -1913272 or 4771554. OLE color: 4771554.
HSL color Cylindrical-coordinate representation of color #E2CE48: hue angle of 52.21º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2CE48 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 72 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.11 |
| HSL | 52.21º | 0.73% | 0.58% | - |
| HSV(B) | 52.21º | 0.68% | 0.89% | - |
| XYZ | 54.61 | 60.78 | 14.98 | - |
| YUV | 196.7 | 57.63 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 72 | 0 | 0.09 | 0.68 | 0.11 | 52.21 | 0.73 | 0.58 |
| Hex | E2 | CE | 48 | 0 | 9 | 44 | B | 34 | 49 | 3A |
| Octal | 342 | 316 | 110 | 0 | 11 | 104 | 13 | 64 | 111 | 72 |
| Binary | 11100010 | 11001110 | 1001000 | 0 | 1001 | 1000100 | 1011 | 110100 | 1001001 | 111010 |
Color Harmonies of #E2CE48
Complementary color
Monochromatic Colors of #E2CE48
Black with #E2CE48
Text Example
Text Example
White with #E2CE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE48; }
p { color: rgb(226,206,72); }
H1.HeaderClassName
{
color: #E2CE48;
}
.AnyTagClassName
{
color: #E2CE48;
}
</style>
background-color css
<style>
a { background-color: #E2CE48; }
a { background-color: rgb(226,206,72); }
div.DivClassName
{
background-color: #E2CE48;
}
.BgClassName
{
background-color: #E2CE48;
}
</style>
border-color css
<style>
span { border-color: #E2CE48; }
span { border-color: rgb(226,206,72); }
td.TdClassName
{
border-color: #E2CE48;
}
.TagClassName
{
border-color: #E2CE48;
}
</style>