Shades of Bright Sun #E5BF2B
Tints of Bright Sun #E5BF2B
RGB
CMYK
RGB Variations
Color information
#E5BF2B (or 0xE5BF2B) is known color: Bright Sun. HEX triplet: E5, BF and 2B. RGB value is (229,191,43). Sum of RGB (Red+Green+Blue) = 229+191+43=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF2B is #1A40D4. Grayscale: #BABABA. Windows color (decimal): -1720533 or 2867173. OLE color: 2867173.
HSL color Cylindrical-coordinate representation of color #E5BF2B: hue angle of 47.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5BF2B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 43 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.10 |
| HSL | 47.74º | 0.78% | 0.53% | - |
| HSV(B) | 47.74º | 0.81% | 0.9% | - |
| XYZ | 51.38 | 54.09 | 10.02 | - |
| YUV | 185.49 | 47.59 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 43 | 0 | 0.17 | 0.81 | 0.10 | 47.74 | 0.78 | 0.53 |
| Hex | E5 | BF | 2B | 0 | 11 | 51 | A | 30 | 4E | 35 |
| Octal | 345 | 277 | 53 | 0 | 21 | 121 | 12 | 60 | 116 | 65 |
| Binary | 11100101 | 10111111 | 101011 | 0 | 10001 | 1010001 | 1010 | 110000 | 1001110 | 110101 |
Color Harmonies of #E5BF2B
Complementary color
Monochromatic Colors of #E5BF2B
Black with #E5BF2B
Text Example
Text Example
White with #E5BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF2B; }
p { color: rgb(229,191,43); }
H1.HeaderClassName
{
color: #E5BF2B;
}
.AnyTagClassName
{
color: #E5BF2B;
}
</style>
background-color css
<style>
a { background-color: #E5BF2B; }
a { background-color: rgb(229,191,43); }
div.DivClassName
{
background-color: #E5BF2B;
}
.BgClassName
{
background-color: #E5BF2B;
}
</style>
border-color css
<style>
span { border-color: #E5BF2B; }
span { border-color: rgb(229,191,43); }
td.TdClassName
{
border-color: #E5BF2B;
}
.TagClassName
{
border-color: #E5BF2B;
}
</style>