Shades of Confetti #E1BF48
Tints of Confetti #E1BF48
RGB
CMYK
RGB Variations
Color information
#E1BF48 (or 0xE1BF48) is known color: Confetti. HEX triplet: E1, BF and 48. RGB value is (225,191,72). Sum of RGB (Red+Green+Blue) = 225+191+72=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF48 is #1E40B7. Grayscale: #BCBCBC. Windows color (decimal): -1982648 or 4767713. OLE color: 4767713.
HSL color Cylindrical-coordinate representation of color #E1BF48: hue angle of 46.67º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1BF48 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 72 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.12 |
| HSL | 46.67º | 0.72% | 0.58% | - |
| HSV(B) | 46.67º | 0.68% | 0.88% | - |
| XYZ | 50.85 | 53.74 | 13.82 | - |
| YUV | 187.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 72 | 0 | 0.15 | 0.68 | 0.12 | 46.67 | 0.72 | 0.58 |
| Hex | E1 | BF | 48 | 0 | F | 44 | C | 2F | 48 | 3A |
| Octal | 341 | 277 | 110 | 0 | 17 | 104 | 14 | 57 | 110 | 72 |
| Binary | 11100001 | 10111111 | 1001000 | 0 | 1111 | 1000100 | 1100 | 101111 | 1001000 | 111010 |
Color Harmonies of #E1BF48
Complementary color
Monochromatic Colors of #E1BF48
Black with #E1BF48
Text Example
Text Example
White with #E1BF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF48; }
p { color: rgb(225,191,72); }
H1.HeaderClassName
{
color: #E1BF48;
}
.AnyTagClassName
{
color: #E1BF48;
}
</style>
background-color css
<style>
a { background-color: #E1BF48; }
a { background-color: rgb(225,191,72); }
div.DivClassName
{
background-color: #E1BF48;
}
.BgClassName
{
background-color: #E1BF48;
}
</style>
border-color css
<style>
span { border-color: #E1BF48; }
span { border-color: rgb(225,191,72); }
td.TdClassName
{
border-color: #E1BF48;
}
.TagClassName
{
border-color: #E1BF48;
}
</style>