Shades of Bright Sun #E5BC31
Tints of Bright Sun #E5BC31
RGB
CMYK
RGB Variations
Color information
#E5BC31 (or 0xE5BC31) is known color: Bright Sun. HEX triplet: E5, BC and 31. RGB value is (229,188,49). Sum of RGB (Red+Green+Blue) = 229+188+49=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC31 is #1A43CE. Grayscale: #B9B9B9. Windows color (decimal): -1721295 or 3259621. OLE color: 3259621.
HSL color Cylindrical-coordinate representation of color #E5BC31: hue angle of 46.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5BC31 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 49 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.10 |
| HSL | 46.33º | 0.78% | 0.55% | - |
| HSV(B) | 46.33º | 0.79% | 0.9% | - |
| XYZ | 50.85 | 52.85 | 10.43 | - |
| YUV | 184.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 49 | 0 | 0.18 | 0.79 | 0.10 | 46.33 | 0.78 | 0.55 |
| Hex | E5 | BC | 31 | 0 | 12 | 4F | A | 2E | 4E | 37 |
| Octal | 345 | 274 | 61 | 0 | 22 | 117 | 12 | 56 | 116 | 67 |
| Binary | 11100101 | 10111100 | 110001 | 0 | 10010 | 1001111 | 1010 | 101110 | 1001110 | 110111 |
Color Harmonies of #E5BC31
Complementary color
Monochromatic Colors of #E5BC31
Black with #E5BC31
Text Example
Text Example
White with #E5BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC31; }
p { color: rgb(229,188,49); }
H1.HeaderClassName
{
color: #E5BC31;
}
.AnyTagClassName
{
color: #E5BC31;
}
</style>
background-color css
<style>
a { background-color: #E5BC31; }
a { background-color: rgb(229,188,49); }
div.DivClassName
{
background-color: #E5BC31;
}
.BgClassName
{
background-color: #E5BC31;
}
</style>
border-color css
<style>
span { border-color: #E5BC31; }
span { border-color: rgb(229,188,49); }
td.TdClassName
{
border-color: #E5BC31;
}
.TagClassName
{
border-color: #E5BC31;
}
</style>