Shades of Bright Sun #E5BE34
Tints of Bright Sun #E5BE34
RGB
CMYK
RGB Variations
Color information
#E5BE34 (or 0xE5BE34) is known color: Bright Sun. HEX triplet: E5, BE and 34. RGB value is (229,190,52). Sum of RGB (Red+Green+Blue) = 229+190+52=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE34 is #1A41CB. Grayscale: #BABABA. Windows color (decimal): -1720780 or 3456741. OLE color: 3456741.
HSL color Cylindrical-coordinate representation of color #E5BE34: hue angle of 46.78º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5BE34 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 52 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.10 |
| HSL | 46.78º | 0.77% | 0.55% | - |
| HSV(B) | 46.78º | 0.77% | 0.9% | - |
| XYZ | 51.35 | 53.73 | 10.91 | - |
| YUV | 185.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 52 | 0 | 0.17 | 0.77 | 0.10 | 46.78 | 0.77 | 0.55 |
| Hex | E5 | BE | 34 | 0 | 11 | 4D | A | 2F | 4D | 37 |
| Octal | 345 | 276 | 64 | 0 | 21 | 115 | 12 | 57 | 115 | 67 |
| Binary | 11100101 | 10111110 | 110100 | 0 | 10001 | 1001101 | 1010 | 101111 | 1001101 | 110111 |
Color Harmonies of #E5BE34
Complementary color
Monochromatic Colors of #E5BE34
Black with #E5BE34
Text Example
Text Example
White with #E5BE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE34; }
p { color: rgb(229,190,52); }
H1.HeaderClassName
{
color: #E5BE34;
}
.AnyTagClassName
{
color: #E5BE34;
}
</style>
background-color css
<style>
a { background-color: #E5BE34; }
a { background-color: rgb(229,190,52); }
div.DivClassName
{
background-color: #E5BE34;
}
.BgClassName
{
background-color: #E5BE34;
}
</style>
border-color css
<style>
span { border-color: #E5BE34; }
span { border-color: rgb(229,190,52); }
td.TdClassName
{
border-color: #E5BE34;
}
.TagClassName
{
border-color: #E5BE34;
}
</style>