Shades of Bright Sun #E3BC2E
Tints of Bright Sun #E3BC2E
RGB
CMYK
RGB Variations
Color information
#E3BC2E (or 0xE3BC2E) is known color: Bright Sun. HEX triplet: E3, BC and 2E. RGB value is (227,188,46). Sum of RGB (Red+Green+Blue) = 227+188+46=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC2E is #1C43D1. Grayscale: #B8B8B8. Windows color (decimal): -1852370 or 3063011. OLE color: 3063011.
HSL color Cylindrical-coordinate representation of color #E3BC2E: hue angle of 47.07º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3BC2E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 46 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.11 |
| HSL | 47.07º | 0.76% | 0.54% | - |
| HSV(B) | 47.07º | 0.8% | 0.89% | - |
| XYZ | 50.15 | 52.49 | 10.07 | - |
| YUV | 183.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 46 | 0 | 0.17 | 0.80 | 0.11 | 47.07 | 0.76 | 0.54 |
| Hex | E3 | BC | 2E | 0 | 11 | 50 | B | 2F | 4C | 36 |
| Octal | 343 | 274 | 56 | 0 | 21 | 120 | 13 | 57 | 114 | 66 |
| Binary | 11100011 | 10111100 | 101110 | 0 | 10001 | 1010000 | 1011 | 101111 | 1001100 | 110110 |
Color Harmonies of #E3BC2E
Complementary color
Monochromatic Colors of #E3BC2E
Black with #E3BC2E
Text Example
Text Example
White with #E3BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC2E; }
p { color: rgb(227,188,46); }
H1.HeaderClassName
{
color: #E3BC2E;
}
.AnyTagClassName
{
color: #E3BC2E;
}
</style>
background-color css
<style>
a { background-color: #E3BC2E; }
a { background-color: rgb(227,188,46); }
div.DivClassName
{
background-color: #E3BC2E;
}
.BgClassName
{
background-color: #E3BC2E;
}
</style>
border-color css
<style>
span { border-color: #E3BC2E; }
span { border-color: rgb(227,188,46); }
td.TdClassName
{
border-color: #E3BC2E;
}
.TagClassName
{
border-color: #E3BC2E;
}
</style>