Shades of Bright Sun #E1BC31
Tints of Bright Sun #E1BC31
RGB
CMYK
RGB Variations
Color information
#E1BC31 (or 0xE1BC31) is known color: Bright Sun. HEX triplet: E1, BC and 31. RGB value is (225,188,49). Sum of RGB (Red+Green+Blue) = 225+188+49=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC31 is #1E43CE. Grayscale: #B7B7B7. Windows color (decimal): -1983439 or 3259617. OLE color: 3259617.
HSL color Cylindrical-coordinate representation of color #E1BC31: hue angle of 47.39º 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 #E1BC31 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 49 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.12 |
| HSL | 47.39º | 0.75% | 0.54% | - |
| HSV(B) | 47.39º | 0.78% | 0.88% | - |
| XYZ | 49.59 | 52.2 | 10.37 | - |
| YUV | 183.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 49 | 0 | 0.16 | 0.78 | 0.12 | 47.39 | 0.75 | 0.54 |
| Hex | E1 | BC | 31 | 0 | 10 | 4E | C | 2F | 4B | 36 |
| Octal | 341 | 274 | 61 | 0 | 20 | 116 | 14 | 57 | 113 | 66 |
| Binary | 11100001 | 10111100 | 110001 | 0 | 10000 | 1001110 | 1100 | 101111 | 1001011 | 110110 |
Color Harmonies of #E1BC31
Complementary color
Monochromatic Colors of #E1BC31
Black with #E1BC31
Text Example
Text Example
White with #E1BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC31; }
p { color: rgb(225,188,49); }
H1.HeaderClassName
{
color: #E1BC31;
}
.AnyTagClassName
{
color: #E1BC31;
}
</style>
background-color css
<style>
a { background-color: #E1BC31; }
a { background-color: rgb(225,188,49); }
div.DivClassName
{
background-color: #E1BC31;
}
.BgClassName
{
background-color: #E1BC31;
}
</style>
border-color css
<style>
span { border-color: #E1BC31; }
span { border-color: rgb(225,188,49); }
td.TdClassName
{
border-color: #E1BC31;
}
.TagClassName
{
border-color: #E1BC31;
}
</style>