Shades of Bright Sun #E1BA35
Tints of Bright Sun #E1BA35
RGB
CMYK
RGB Variations
Color information
#E1BA35 (or 0xE1BA35) is known color: Bright Sun. HEX triplet: E1, BA and 35. RGB value is (225,186,53). Sum of RGB (Red+Green+Blue) = 225+186+53=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA35 is #1E45CA. Grayscale: #B7B7B7. Windows color (decimal): -1983947 or 3521249. OLE color: 3521249.
HSL color Cylindrical-coordinate representation of color #E1BA35: hue angle of 46.4º 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 #E1BA35 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 53 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.12 |
| HSL | 46.4º | 0.74% | 0.55% | - |
| HSV(B) | 46.4º | 0.76% | 0.88% | - |
| XYZ | 49.25 | 51.38 | 10.69 | - |
| YUV | 182.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 53 | 0 | 0.17 | 0.76 | 0.12 | 46.4 | 0.74 | 0.55 |
| Hex | E1 | BA | 35 | 0 | 11 | 4C | C | 2E | 4A | 37 |
| Octal | 341 | 272 | 65 | 0 | 21 | 114 | 14 | 56 | 112 | 67 |
| Binary | 11100001 | 10111010 | 110101 | 0 | 10001 | 1001100 | 1100 | 101110 | 1001010 | 110111 |
Color Harmonies of #E1BA35
Complementary color
Monochromatic Colors of #E1BA35
Black with #E1BA35
Text Example
Text Example
White with #E1BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA35; }
p { color: rgb(225,186,53); }
H1.HeaderClassName
{
color: #E1BA35;
}
.AnyTagClassName
{
color: #E1BA35;
}
</style>
background-color css
<style>
a { background-color: #E1BA35; }
a { background-color: rgb(225,186,53); }
div.DivClassName
{
background-color: #E1BA35;
}
.BgClassName
{
background-color: #E1BA35;
}
</style>
border-color css
<style>
span { border-color: #E1BA35; }
span { border-color: rgb(225,186,53); }
td.TdClassName
{
border-color: #E1BA35;
}
.TagClassName
{
border-color: #E1BA35;
}
</style>