Shades of Bright Sun #E5BE2C
Tints of Bright Sun #E5BE2C
RGB
CMYK
RGB Variations
Color information
#E5BE2C (or 0xE5BE2C) is known color: Bright Sun. HEX triplet: E5, BE and 2C. RGB value is (229,190,44). Sum of RGB (Red+Green+Blue) = 229+190+44=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE2C is #1A41D3. Grayscale: #B9B9B9. Windows color (decimal): -1720788 or 2932453. OLE color: 2932453.
HSL color Cylindrical-coordinate representation of color #E5BE2C: hue angle of 47.35º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5BE2C is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 44 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.10 |
| HSL | 47.35º | 0.78% | 0.54% | - |
| HSV(B) | 47.35º | 0.81% | 0.9% | - |
| XYZ | 51.18 | 53.67 | 10.04 | - |
| YUV | 185.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 44 | 0 | 0.17 | 0.81 | 0.10 | 47.35 | 0.78 | 0.54 |
| Hex | E5 | BE | 2C | 0 | 11 | 51 | A | 2F | 4E | 36 |
| Octal | 345 | 276 | 54 | 0 | 21 | 121 | 12 | 57 | 116 | 66 |
| Binary | 11100101 | 10111110 | 101100 | 0 | 10001 | 1010001 | 1010 | 101111 | 1001110 | 110110 |
Color Harmonies of #E5BE2C
Complementary color
Monochromatic Colors of #E5BE2C
Black with #E5BE2C
Text Example
Text Example
White with #E5BE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE2C; }
p { color: rgb(229,190,44); }
H1.HeaderClassName
{
color: #E5BE2C;
}
.AnyTagClassName
{
color: #E5BE2C;
}
</style>
background-color css
<style>
a { background-color: #E5BE2C; }
a { background-color: rgb(229,190,44); }
div.DivClassName
{
background-color: #E5BE2C;
}
.BgClassName
{
background-color: #E5BE2C;
}
</style>
border-color css
<style>
span { border-color: #E5BE2C; }
span { border-color: rgb(229,190,44); }
td.TdClassName
{
border-color: #E5BE2C;
}
.TagClassName
{
border-color: #E5BE2C;
}
</style>