Shades of Confetti #E2C948
Tints of Confetti #E2C948
RGB
CMYK
RGB Variations
Color information
#E2C948 (or 0xE2C948) is known color: Confetti. HEX triplet: E2, C9 and 48. RGB value is (226,201,72). Sum of RGB (Red+Green+Blue) = 226+201+72=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C948 is #1D36B7. Grayscale: #C2C2C2. Windows color (decimal): -1914552 or 4770274. OLE color: 4770274.
HSL color Cylindrical-coordinate representation of color #E2C948: hue angle of 50.26º 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 #E2C948 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 72 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.11 |
| HSL | 50.26º | 0.73% | 0.58% | - |
| HSV(B) | 50.26º | 0.68% | 0.89% | - |
| XYZ | 53.42 | 58.41 | 14.59 | - |
| YUV | 193.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 72 | 0 | 0.11 | 0.68 | 0.11 | 50.26 | 0.73 | 0.58 |
| Hex | E2 | C9 | 48 | 0 | B | 44 | B | 32 | 49 | 3A |
| Octal | 342 | 311 | 110 | 0 | 13 | 104 | 13 | 62 | 111 | 72 |
| Binary | 11100010 | 11001001 | 1001000 | 0 | 1011 | 1000100 | 1011 | 110010 | 1001001 | 111010 |
Color Harmonies of #E2C948
Complementary color
Monochromatic Colors of #E2C948
Black with #E2C948
Text Example
Text Example
White with #E2C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C948; }
p { color: rgb(226,201,72); }
H1.HeaderClassName
{
color: #E2C948;
}
.AnyTagClassName
{
color: #E2C948;
}
</style>
background-color css
<style>
a { background-color: #E2C948; }
a { background-color: rgb(226,201,72); }
div.DivClassName
{
background-color: #E2C948;
}
.BgClassName
{
background-color: #E2C948;
}
</style>
border-color css
<style>
span { border-color: #E2C948; }
span { border-color: rgb(226,201,72); }
td.TdClassName
{
border-color: #E2C948;
}
.TagClassName
{
border-color: #E2C948;
}
</style>