Shades of Bright Sun #E5BE29
Tints of Bright Sun #E5BE29
RGB
CMYK
RGB Variations
Color information
#E5BE29 (or 0xE5BE29) is known color: Bright Sun. HEX triplet: E5, BE and 29. RGB value is (229,190,41). Sum of RGB (Red+Green+Blue) = 229+190+41=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE29 is #1A41D6. Grayscale: #B9B9B9. Windows color (decimal): -1720791 or 2735845. OLE color: 2735845.
HSL color Cylindrical-coordinate representation of color #E5BE29: hue angle of 47.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5BE29 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 41 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.10 |
| HSL | 47.55º | 0.78% | 0.53% | - |
| HSV(B) | 47.55º | 0.82% | 0.9% | - |
| XYZ | 51.13 | 53.65 | 9.76 | - |
| YUV | 184.68 | 46.92 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 41 | 0 | 0.17 | 0.82 | 0.10 | 47.55 | 0.78 | 0.53 |
| Hex | E5 | BE | 29 | 0 | 11 | 52 | A | 30 | 4E | 35 |
| Octal | 345 | 276 | 51 | 0 | 21 | 122 | 12 | 60 | 116 | 65 |
| Binary | 11100101 | 10111110 | 101001 | 0 | 10001 | 1010010 | 1010 | 110000 | 1001110 | 110101 |
Color Harmonies of #E5BE29
Complementary color
Monochromatic Colors of #E5BE29
Black with #E5BE29
Text Example
Text Example
White with #E5BE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE29; }
p { color: rgb(229,190,41); }
H1.HeaderClassName
{
color: #E5BE29;
}
.AnyTagClassName
{
color: #E5BE29;
}
</style>
background-color css
<style>
a { background-color: #E5BE29; }
a { background-color: rgb(229,190,41); }
div.DivClassName
{
background-color: #E5BE29;
}
.BgClassName
{
background-color: #E5BE29;
}
</style>
border-color css
<style>
span { border-color: #E5BE29; }
span { border-color: rgb(229,190,41); }
td.TdClassName
{
border-color: #E5BE29;
}
.TagClassName
{
border-color: #E5BE29;
}
</style>