Shades of Bright Sun #E5BC2C
Tints of Bright Sun #E5BC2C
RGB
CMYK
RGB Variations
Color information
#E5BC2C (or 0xE5BC2C) is known color: Bright Sun. HEX triplet: E5, BC and 2C. RGB value is (229,188,44). Sum of RGB (Red+Green+Blue) = 229+188+44=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC2C is #1A43D3. Grayscale: #B8B8B8. Windows color (decimal): -1721300 or 2931941. OLE color: 2931941.
HSL color Cylindrical-coordinate representation of color #E5BC2C: hue angle of 46.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5BC2C is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 44 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.10 |
| HSL | 46.7º | 0.78% | 0.54% | - |
| HSV(B) | 46.7º | 0.81% | 0.9% | - |
| XYZ | 50.75 | 52.81 | 9.9 | - |
| YUV | 183.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 44 | 0 | 0.18 | 0.81 | 0.10 | 46.7 | 0.78 | 0.54 |
| Hex | E5 | BC | 2C | 0 | 12 | 51 | A | 2F | 4E | 36 |
| Octal | 345 | 274 | 54 | 0 | 22 | 121 | 12 | 57 | 116 | 66 |
| Binary | 11100101 | 10111100 | 101100 | 0 | 10010 | 1010001 | 1010 | 101111 | 1001110 | 110110 |
Color Harmonies of #E5BC2C
Complementary color
Monochromatic Colors of #E5BC2C
Black with #E5BC2C
Text Example
Text Example
White with #E5BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC2C; }
p { color: rgb(229,188,44); }
H1.HeaderClassName
{
color: #E5BC2C;
}
.AnyTagClassName
{
color: #E5BC2C;
}
</style>
background-color css
<style>
a { background-color: #E5BC2C; }
a { background-color: rgb(229,188,44); }
div.DivClassName
{
background-color: #E5BC2C;
}
.BgClassName
{
background-color: #E5BC2C;
}
</style>
border-color css
<style>
span { border-color: #E5BC2C; }
span { border-color: rgb(229,188,44); }
td.TdClassName
{
border-color: #E5BC2C;
}
.TagClassName
{
border-color: #E5BC2C;
}
</style>