Shades of Bright Sun #E5BE2B
Tints of Bright Sun #E5BE2B
RGB
CMYK
RGB Variations
Color information
#E5BE2B (or 0xE5BE2B) is known color: Bright Sun. HEX triplet: E5, BE and 2B. RGB value is (229,190,43). Sum of RGB (Red+Green+Blue) = 229+190+43=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE2B is #1A41D4. Grayscale: #B9B9B9. Windows color (decimal): -1720789 or 2866917. OLE color: 2866917.
HSL color Cylindrical-coordinate representation of color #E5BE2B: hue angle of 47.42º 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 #E5BE2B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 43 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.10 |
| HSL | 47.42º | 0.78% | 0.53% | - |
| HSV(B) | 47.42º | 0.81% | 0.9% | - |
| XYZ | 51.16 | 53.66 | 9.95 | - |
| YUV | 184.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 43 | 0 | 0.17 | 0.81 | 0.10 | 47.42 | 0.78 | 0.53 |
| Hex | E5 | BE | 2B | 0 | 11 | 51 | A | 2F | 4E | 35 |
| Octal | 345 | 276 | 53 | 0 | 21 | 121 | 12 | 57 | 116 | 65 |
| Binary | 11100101 | 10111110 | 101011 | 0 | 10001 | 1010001 | 1010 | 101111 | 1001110 | 110101 |
Color Harmonies of #E5BE2B
Complementary color
Monochromatic Colors of #E5BE2B
Black with #E5BE2B
Text Example
Text Example
White with #E5BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE2B; }
p { color: rgb(229,190,43); }
H1.HeaderClassName
{
color: #E5BE2B;
}
.AnyTagClassName
{
color: #E5BE2B;
}
</style>
background-color css
<style>
a { background-color: #E5BE2B; }
a { background-color: rgb(229,190,43); }
div.DivClassName
{
background-color: #E5BE2B;
}
.BgClassName
{
background-color: #E5BE2B;
}
</style>
border-color css
<style>
span { border-color: #E5BE2B; }
span { border-color: rgb(229,190,43); }
td.TdClassName
{
border-color: #E5BE2B;
}
.TagClassName
{
border-color: #E5BE2B;
}
</style>