Shades of Bright Sun #E1BA31
Tints of Bright Sun #E1BA31
RGB
CMYK
RGB Variations
Color information
#E1BA31 (or 0xE1BA31) is known color: Bright Sun. HEX triplet: E1, BA and 31. RGB value is (225,186,49). Sum of RGB (Red+Green+Blue) = 225+186+49=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA31 is #1E45CE. Grayscale: #B6B6B6. Windows color (decimal): -1983951 or 3259105. OLE color: 3259105.
HSL color Cylindrical-coordinate representation of color #E1BA31: hue angle of 46.7º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1BA31 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 49 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.12 |
| HSL | 46.7º | 0.75% | 0.54% | - |
| HSV(B) | 46.7º | 0.78% | 0.88% | - |
| XYZ | 49.16 | 51.35 | 10.23 | - |
| YUV | 182.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 49 | 0 | 0.17 | 0.78 | 0.12 | 46.7 | 0.75 | 0.54 |
| Hex | E1 | BA | 31 | 0 | 11 | 4E | C | 2F | 4B | 36 |
| Octal | 341 | 272 | 61 | 0 | 21 | 116 | 14 | 57 | 113 | 66 |
| Binary | 11100001 | 10111010 | 110001 | 0 | 10001 | 1001110 | 1100 | 101111 | 1001011 | 110110 |
Color Harmonies of #E1BA31
Complementary color
Monochromatic Colors of #E1BA31
Black with #E1BA31
Text Example
Text Example
White with #E1BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA31; }
p { color: rgb(225,186,49); }
H1.HeaderClassName
{
color: #E1BA31;
}
.AnyTagClassName
{
color: #E1BA31;
}
</style>
background-color css
<style>
a { background-color: #E1BA31; }
a { background-color: rgb(225,186,49); }
div.DivClassName
{
background-color: #E1BA31;
}
.BgClassName
{
background-color: #E1BA31;
}
</style>
border-color css
<style>
span { border-color: #E1BA31; }
span { border-color: rgb(225,186,49); }
td.TdClassName
{
border-color: #E1BA31;
}
.TagClassName
{
border-color: #E1BA31;
}
</style>