Shades of Bright Sun #E2BC31
Tints of Bright Sun #E2BC31
RGB
CMYK
RGB Variations
Color information
#E2BC31 (or 0xE2BC31) is known color: Bright Sun. HEX triplet: E2, BC and 31. RGB value is (226,188,49). Sum of RGB (Red+Green+Blue) = 226+188+49=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC31 is #1D43CE. Grayscale: #B8B8B8. Windows color (decimal): -1917903 or 3259618. OLE color: 3259618.
HSL color Cylindrical-coordinate representation of color #E2BC31: hue angle of 47.12º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2BC31 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 49 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.11 |
| HSL | 47.12º | 0.75% | 0.54% | - |
| HSV(B) | 47.12º | 0.78% | 0.89% | - |
| XYZ | 49.9 | 52.36 | 10.38 | - |
| YUV | 183.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 49 | 0 | 0.17 | 0.78 | 0.11 | 47.12 | 0.75 | 0.54 |
| Hex | E2 | BC | 31 | 0 | 11 | 4E | B | 2F | 4B | 36 |
| Octal | 342 | 274 | 61 | 0 | 21 | 116 | 13 | 57 | 113 | 66 |
| Binary | 11100010 | 10111100 | 110001 | 0 | 10001 | 1001110 | 1011 | 101111 | 1001011 | 110110 |
Color Harmonies of #E2BC31
Complementary color
Monochromatic Colors of #E2BC31
Black with #E2BC31
Text Example
Text Example
White with #E2BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC31; }
p { color: rgb(226,188,49); }
H1.HeaderClassName
{
color: #E2BC31;
}
.AnyTagClassName
{
color: #E2BC31;
}
</style>
background-color css
<style>
a { background-color: #E2BC31; }
a { background-color: rgb(226,188,49); }
div.DivClassName
{
background-color: #E2BC31;
}
.BgClassName
{
background-color: #E2BC31;
}
</style>
border-color css
<style>
span { border-color: #E2BC31; }
span { border-color: rgb(226,188,49); }
td.TdClassName
{
border-color: #E2BC31;
}
.TagClassName
{
border-color: #E2BC31;
}
</style>