Shades of Bright Sun #E1C031
Tints of Bright Sun #E1C031
RGB
CMYK
RGB Variations
Color information
#E1C031 (or 0xE1C031) is known color: Bright Sun. HEX triplet: E1, C0 and 31. RGB value is (225,192,49). Sum of RGB (Red+Green+Blue) = 225+192+49=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C031 is #1E3FCE. Grayscale: #BABABA. Windows color (decimal): -1982415 or 3260641. OLE color: 3260641.
HSL color Cylindrical-coordinate representation of color #E1C031: hue angle of 48.75º 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 #E1C031 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 49 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.12 |
| HSL | 48.75º | 0.75% | 0.54% | - |
| HSV(B) | 48.75º | 0.78% | 0.88% | - |
| XYZ | 50.46 | 53.93 | 10.66 | - |
| YUV | 185.57 | 50.93 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 49 | 0 | 0.15 | 0.78 | 0.12 | 48.75 | 0.75 | 0.54 |
| Hex | E1 | C0 | 31 | 0 | F | 4E | C | 31 | 4B | 36 |
| Octal | 341 | 300 | 61 | 0 | 17 | 116 | 14 | 61 | 113 | 66 |
| Binary | 11100001 | 11000000 | 110001 | 0 | 1111 | 1001110 | 1100 | 110001 | 1001011 | 110110 |
Color Harmonies of #E1C031
Complementary color
Monochromatic Colors of #E1C031
Black with #E1C031
Text Example
Text Example
White with #E1C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C031; }
p { color: rgb(225,192,49); }
H1.HeaderClassName
{
color: #E1C031;
}
.AnyTagClassName
{
color: #E1C031;
}
</style>
background-color css
<style>
a { background-color: #E1C031; }
a { background-color: rgb(225,192,49); }
div.DivClassName
{
background-color: #E1C031;
}
.BgClassName
{
background-color: #E1C031;
}
</style>
border-color css
<style>
span { border-color: #E1C031; }
span { border-color: rgb(225,192,49); }
td.TdClassName
{
border-color: #E1C031;
}
.TagClassName
{
border-color: #E1C031;
}
</style>