Shades of Confetti #E4BF3E
Tints of Confetti #E4BF3E
RGB
CMYK
RGB Variations
Color information
#E4BF3E (or 0xE4BF3E) is known color: Confetti. HEX triplet: E4, BF and 3E. RGB value is (228,191,62). Sum of RGB (Red+Green+Blue) = 228+191+62=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BF3E is #1B40C1. Grayscale: #BBBBBB. Windows color (decimal): -1786050 or 4112356. OLE color: 4112356.
HSL color Cylindrical-coordinate representation of color #E4BF3E: hue angle of 46.63º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E4BF3E is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 62 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.11 |
| HSL | 46.63º | 0.75% | 0.57% | - |
| HSV(B) | 46.63º | 0.73% | 0.89% | - |
| XYZ | 51.5 | 54.1 | 12.29 | - |
| YUV | 187.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 62 | 0 | 0.16 | 0.73 | 0.11 | 46.63 | 0.75 | 0.57 |
| Hex | E4 | BF | 3E | 0 | 10 | 49 | B | 2F | 4B | 39 |
| Octal | 344 | 277 | 76 | 0 | 20 | 111 | 13 | 57 | 113 | 71 |
| Binary | 11100100 | 10111111 | 111110 | 0 | 10000 | 1001001 | 1011 | 101111 | 1001011 | 111001 |
Color Harmonies of #E4BF3E
Complementary color
Monochromatic Colors of #E4BF3E
Black with #E4BF3E
Text Example
Text Example
White with #E4BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BF3E; }
p { color: rgb(228,191,62); }
H1.HeaderClassName
{
color: #E4BF3E;
}
.AnyTagClassName
{
color: #E4BF3E;
}
</style>
background-color css
<style>
a { background-color: #E4BF3E; }
a { background-color: rgb(228,191,62); }
div.DivClassName
{
background-color: #E4BF3E;
}
.BgClassName
{
background-color: #E4BF3E;
}
</style>
border-color css
<style>
span { border-color: #E4BF3E; }
span { border-color: rgb(228,191,62); }
td.TdClassName
{
border-color: #E4BF3E;
}
.TagClassName
{
border-color: #E4BF3E;
}
</style>