Shades of Confetti #E1BF3F
Tints of Confetti #E1BF3F
RGB
CMYK
RGB Variations
Color information
#E1BF3F (or 0xE1BF3F) is known color: Confetti. HEX triplet: E1, BF and 3F. RGB value is (225,191,63). Sum of RGB (Red+Green+Blue) = 225+191+63=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF3F is #1E40C0. Grayscale: #BBBBBB. Windows color (decimal): -1982657 or 4177889. OLE color: 4177889.
HSL color Cylindrical-coordinate representation of color #E1BF3F: hue angle of 47.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1BF3F is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 63 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.12 |
| HSL | 47.41º | 0.73% | 0.56% | - |
| HSV(B) | 47.41º | 0.72% | 0.88% | - |
| XYZ | 50.58 | 53.63 | 12.39 | - |
| YUV | 186.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 63 | 0 | 0.15 | 0.72 | 0.12 | 47.41 | 0.73 | 0.56 |
| Hex | E1 | BF | 3F | 0 | F | 48 | C | 2F | 49 | 38 |
| Octal | 341 | 277 | 77 | 0 | 17 | 110 | 14 | 57 | 111 | 70 |
| Binary | 11100001 | 10111111 | 111111 | 0 | 1111 | 1001000 | 1100 | 101111 | 1001001 | 111000 |
Color Harmonies of #E1BF3F
Complementary color
Monochromatic Colors of #E1BF3F
Black with #E1BF3F
Text Example
Text Example
White with #E1BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF3F; }
p { color: rgb(225,191,63); }
H1.HeaderClassName
{
color: #E1BF3F;
}
.AnyTagClassName
{
color: #E1BF3F;
}
</style>
background-color css
<style>
a { background-color: #E1BF3F; }
a { background-color: rgb(225,191,63); }
div.DivClassName
{
background-color: #E1BF3F;
}
.BgClassName
{
background-color: #E1BF3F;
}
</style>
border-color css
<style>
span { border-color: #E1BF3F; }
span { border-color: rgb(225,191,63); }
td.TdClassName
{
border-color: #E1BF3F;
}
.TagClassName
{
border-color: #E1BF3F;
}
</style>