Shades of Bright Sun #E2BC2E
Tints of Bright Sun #E2BC2E
RGB
CMYK
RGB Variations
Color information
#E2BC2E (or 0xE2BC2E) is known color: Bright Sun. HEX triplet: E2, BC and 2E. RGB value is (226,188,46). Sum of RGB (Red+Green+Blue) = 226+188+46=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC2E is #1D43D1. Grayscale: #B7B7B7. Windows color (decimal): -1917906 or 3063010. OLE color: 3063010.
HSL color Cylindrical-coordinate representation of color #E2BC2E: hue angle of 47.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2BC2E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 46 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.11 |
| HSL | 47.33º | 0.76% | 0.53% | - |
| HSV(B) | 47.33º | 0.8% | 0.89% | - |
| XYZ | 49.84 | 52.33 | 10.06 | - |
| YUV | 183.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 46 | 0 | 0.17 | 0.80 | 0.11 | 47.33 | 0.76 | 0.53 |
| Hex | E2 | BC | 2E | 0 | 11 | 50 | B | 2F | 4C | 35 |
| Octal | 342 | 274 | 56 | 0 | 21 | 120 | 13 | 57 | 114 | 65 |
| Binary | 11100010 | 10111100 | 101110 | 0 | 10001 | 1010000 | 1011 | 101111 | 1001100 | 110101 |
Color Harmonies of #E2BC2E
Complementary color
Monochromatic Colors of #E2BC2E
Black with #E2BC2E
Text Example
Text Example
White with #E2BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC2E; }
p { color: rgb(226,188,46); }
H1.HeaderClassName
{
color: #E2BC2E;
}
.AnyTagClassName
{
color: #E2BC2E;
}
</style>
background-color css
<style>
a { background-color: #E2BC2E; }
a { background-color: rgb(226,188,46); }
div.DivClassName
{
background-color: #E2BC2E;
}
.BgClassName
{
background-color: #E2BC2E;
}
</style>
border-color css
<style>
span { border-color: #E2BC2E; }
span { border-color: rgb(226,188,46); }
td.TdClassName
{
border-color: #E2BC2E;
}
.TagClassName
{
border-color: #E2BC2E;
}
</style>