Shades of Bright Sun #E1BC36
Tints of Bright Sun #E1BC36
RGB
CMYK
RGB Variations
Color information
#E1BC36 (or 0xE1BC36) is known color: Bright Sun. HEX triplet: E1, BC and 36. RGB value is (225,188,54). Sum of RGB (Red+Green+Blue) = 225+188+54=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC36 is #1E43C9. Grayscale: #B8B8B8. Windows color (decimal): -1983434 or 3587297. OLE color: 3587297.
HSL color Cylindrical-coordinate representation of color #E1BC36: hue angle of 47.02º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1BC36 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 54 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.12 |
| HSL | 47.02º | 0.74% | 0.55% | - |
| HSV(B) | 47.02º | 0.76% | 0.88% | - |
| XYZ | 49.7 | 52.24 | 10.95 | - |
| YUV | 183.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 54 | 0 | 0.16 | 0.76 | 0.12 | 47.02 | 0.74 | 0.55 |
| Hex | E1 | BC | 36 | 0 | 10 | 4C | C | 2F | 4A | 37 |
| Octal | 341 | 274 | 66 | 0 | 20 | 114 | 14 | 57 | 112 | 67 |
| Binary | 11100001 | 10111100 | 110110 | 0 | 10000 | 1001100 | 1100 | 101111 | 1001010 | 110111 |
Color Harmonies of #E1BC36
Complementary color
Monochromatic Colors of #E1BC36
Black with #E1BC36
Text Example
Text Example
White with #E1BC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC36; }
p { color: rgb(225,188,54); }
H1.HeaderClassName
{
color: #E1BC36;
}
.AnyTagClassName
{
color: #E1BC36;
}
</style>
background-color css
<style>
a { background-color: #E1BC36; }
a { background-color: rgb(225,188,54); }
div.DivClassName
{
background-color: #E1BC36;
}
.BgClassName
{
background-color: #E1BC36;
}
</style>
border-color css
<style>
span { border-color: #E1BC36; }
span { border-color: rgb(225,188,54); }
td.TdClassName
{
border-color: #E1BC36;
}
.TagClassName
{
border-color: #E1BC36;
}
</style>