Shades of Bright Sun #E2BE2F
Tints of Bright Sun #E2BE2F
RGB
CMYK
RGB Variations
Color information
#E2BE2F (or 0xE2BE2F) is known color: Bright Sun. HEX triplet: E2, BE and 2F. RGB value is (226,190,47). Sum of RGB (Red+Green+Blue) = 226+190+47=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE2F is #1D41D0. Grayscale: #B9B9B9. Windows color (decimal): -1917393 or 3129058. OLE color: 3129058.
HSL color Cylindrical-coordinate representation of color #E2BE2F: hue angle of 47.93º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2BE2F is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 47 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.11 |
| HSL | 47.93º | 0.76% | 0.54% | - |
| HSV(B) | 47.93º | 0.79% | 0.89% | - |
| XYZ | 50.29 | 53.2 | 10.31 | - |
| YUV | 184.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 47 | 0 | 0.16 | 0.79 | 0.11 | 47.93 | 0.76 | 0.54 |
| Hex | E2 | BE | 2F | 0 | 10 | 4F | B | 30 | 4C | 36 |
| Octal | 342 | 276 | 57 | 0 | 20 | 117 | 13 | 60 | 114 | 66 |
| Binary | 11100010 | 10111110 | 101111 | 0 | 10000 | 1001111 | 1011 | 110000 | 1001100 | 110110 |
Color Harmonies of #E2BE2F
Complementary color
Monochromatic Colors of #E2BE2F
Black with #E2BE2F
Text Example
Text Example
White with #E2BE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE2F; }
p { color: rgb(226,190,47); }
H1.HeaderClassName
{
color: #E2BE2F;
}
.AnyTagClassName
{
color: #E2BE2F;
}
</style>
background-color css
<style>
a { background-color: #E2BE2F; }
a { background-color: rgb(226,190,47); }
div.DivClassName
{
background-color: #E2BE2F;
}
.BgClassName
{
background-color: #E2BE2F;
}
</style>
border-color css
<style>
span { border-color: #E2BE2F; }
span { border-color: rgb(226,190,47); }
td.TdClassName
{
border-color: #E2BE2F;
}
.TagClassName
{
border-color: #E2BE2F;
}
</style>