Shades of Bright Sun #E2BC2F
Tints of Bright Sun #E2BC2F
RGB
CMYK
RGB Variations
Color information
#E2BC2F (or 0xE2BC2F) is known color: Bright Sun. HEX triplet: E2, BC and 2F. RGB value is (226,188,47). Sum of RGB (Red+Green+Blue) = 226+188+47=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC2F is #1D43D0. Grayscale: #B7B7B7. Windows color (decimal): -1917905 or 3128546. OLE color: 3128546.
HSL color Cylindrical-coordinate representation of color #E2BC2F: hue angle of 47.26º 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 #E2BC2F is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 47 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.11 |
| HSL | 47.26º | 0.76% | 0.54% | - |
| HSV(B) | 47.26º | 0.79% | 0.89% | - |
| XYZ | 49.86 | 52.34 | 10.16 | - |
| YUV | 183.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 47 | 0 | 0.17 | 0.79 | 0.11 | 47.26 | 0.76 | 0.54 |
| Hex | E2 | BC | 2F | 0 | 11 | 4F | B | 2F | 4C | 36 |
| Octal | 342 | 274 | 57 | 0 | 21 | 117 | 13 | 57 | 114 | 66 |
| Binary | 11100010 | 10111100 | 101111 | 0 | 10001 | 1001111 | 1011 | 101111 | 1001100 | 110110 |
Color Harmonies of #E2BC2F
Complementary color
Monochromatic Colors of #E2BC2F
Black with #E2BC2F
Text Example
Text Example
White with #E2BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC2F; }
p { color: rgb(226,188,47); }
H1.HeaderClassName
{
color: #E2BC2F;
}
.AnyTagClassName
{
color: #E2BC2F;
}
</style>
background-color css
<style>
a { background-color: #E2BC2F; }
a { background-color: rgb(226,188,47); }
div.DivClassName
{
background-color: #E2BC2F;
}
.BgClassName
{
background-color: #E2BC2F;
}
</style>
border-color css
<style>
span { border-color: #E2BC2F; }
span { border-color: rgb(226,188,47); }
td.TdClassName
{
border-color: #E2BC2F;
}
.TagClassName
{
border-color: #E2BC2F;
}
</style>