Shades of Bright Sun #E2BE37
Tints of Bright Sun #E2BE37
RGB
CMYK
RGB Variations
Color information
#E2BE37 (or 0xE2BE37) is known color: Bright Sun. HEX triplet: E2, BE and 37. RGB value is (226,190,55). Sum of RGB (Red+Green+Blue) = 226+190+55=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE37 is #1D41C8. Grayscale: #B9B9B9. Windows color (decimal): -1917385 or 3653346. OLE color: 3653346.
HSL color Cylindrical-coordinate representation of color #E2BE37: hue angle of 47.37º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2BE37 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 55 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.11 |
| HSL | 47.37º | 0.75% | 0.55% | - |
| HSV(B) | 47.37º | 0.76% | 0.89% | - |
| XYZ | 50.47 | 53.27 | 11.24 | - |
| YUV | 185.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 55 | 0 | 0.16 | 0.76 | 0.11 | 47.37 | 0.75 | 0.55 |
| Hex | E2 | BE | 37 | 0 | 10 | 4C | B | 2F | 4B | 37 |
| Octal | 342 | 276 | 67 | 0 | 20 | 114 | 13 | 57 | 113 | 67 |
| Binary | 11100010 | 10111110 | 110111 | 0 | 10000 | 1001100 | 1011 | 101111 | 1001011 | 110111 |
Color Harmonies of #E2BE37
Complementary color
Monochromatic Colors of #E2BE37
Black with #E2BE37
Text Example
Text Example
White with #E2BE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE37; }
p { color: rgb(226,190,55); }
H1.HeaderClassName
{
color: #E2BE37;
}
.AnyTagClassName
{
color: #E2BE37;
}
</style>
background-color css
<style>
a { background-color: #E2BE37; }
a { background-color: rgb(226,190,55); }
div.DivClassName
{
background-color: #E2BE37;
}
.BgClassName
{
background-color: #E2BE37;
}
</style>
border-color css
<style>
span { border-color: #E2BE37; }
span { border-color: rgb(226,190,55); }
td.TdClassName
{
border-color: #E2BE37;
}
.TagClassName
{
border-color: #E2BE37;
}
</style>