Shades of Bright Sun #E4BF2E
Tints of Bright Sun #E4BF2E
RGB
CMYK
RGB Variations
Color information
#E4BF2E (or 0xE4BF2E) is known color: Bright Sun. HEX triplet: E4, BF and 2E. RGB value is (228,191,46). Sum of RGB (Red+Green+Blue) = 228+191+46=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BF2E is #1B40D1. Grayscale: #BABABA. Windows color (decimal): -1786066 or 3063780. OLE color: 3063780.
HSL color Cylindrical-coordinate representation of color #E4BF2E: hue angle of 47.8º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4BF2E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 46 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.11 |
| HSL | 47.8º | 0.77% | 0.54% | - |
| HSV(B) | 47.8º | 0.8% | 0.89% | - |
| XYZ | 51.12 | 53.95 | 10.3 | - |
| YUV | 185.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 46 | 0 | 0.16 | 0.80 | 0.11 | 47.8 | 0.77 | 0.54 |
| Hex | E4 | BF | 2E | 0 | 10 | 50 | B | 30 | 4D | 36 |
| Octal | 344 | 277 | 56 | 0 | 20 | 120 | 13 | 60 | 115 | 66 |
| Binary | 11100100 | 10111111 | 101110 | 0 | 10000 | 1010000 | 1011 | 110000 | 1001101 | 110110 |
Color Harmonies of #E4BF2E
Complementary color
Monochromatic Colors of #E4BF2E
Black with #E4BF2E
Text Example
Text Example
White with #E4BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BF2E; }
p { color: rgb(228,191,46); }
H1.HeaderClassName
{
color: #E4BF2E;
}
.AnyTagClassName
{
color: #E4BF2E;
}
</style>
background-color css
<style>
a { background-color: #E4BF2E; }
a { background-color: rgb(228,191,46); }
div.DivClassName
{
background-color: #E4BF2E;
}
.BgClassName
{
background-color: #E4BF2E;
}
</style>
border-color css
<style>
span { border-color: #E4BF2E; }
span { border-color: rgb(228,191,46); }
td.TdClassName
{
border-color: #E4BF2E;
}
.TagClassName
{
border-color: #E4BF2E;
}
</style>