Shades of Bright Sun #E1C131
Tints of Bright Sun #E1C131
RGB
CMYK
RGB Variations
Color information
#E1C131 (or 0xE1C131) is known color: Bright Sun. HEX triplet: E1, C1 and 31. RGB value is (225,193,49). Sum of RGB (Red+Green+Blue) = 225+193+49=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C131 is #1E3ECE. Grayscale: #BABABA. Windows color (decimal): -1982159 or 3260897. OLE color: 3260897.
HSL color Cylindrical-coordinate representation of color #E1C131: hue angle of 49.09º 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 #E1C131 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 49 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.12 |
| HSL | 49.09º | 0.75% | 0.54% | - |
| HSV(B) | 49.09º | 0.78% | 0.88% | - |
| XYZ | 50.68 | 54.37 | 10.73 | - |
| YUV | 186.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 49 | 0 | 0.14 | 0.78 | 0.12 | 49.09 | 0.75 | 0.54 |
| Hex | E1 | C1 | 31 | 0 | E | 4E | C | 31 | 4B | 36 |
| Octal | 341 | 301 | 61 | 0 | 16 | 116 | 14 | 61 | 113 | 66 |
| Binary | 11100001 | 11000001 | 110001 | 0 | 1110 | 1001110 | 1100 | 110001 | 1001011 | 110110 |
Color Harmonies of #E1C131
Complementary color
Monochromatic Colors of #E1C131
Black with #E1C131
Text Example
Text Example
White with #E1C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C131; }
p { color: rgb(225,193,49); }
H1.HeaderClassName
{
color: #E1C131;
}
.AnyTagClassName
{
color: #E1C131;
}
</style>
background-color css
<style>
a { background-color: #E1C131; }
a { background-color: rgb(225,193,49); }
div.DivClassName
{
background-color: #E1C131;
}
.BgClassName
{
background-color: #E1C131;
}
</style>
border-color css
<style>
span { border-color: #E1C131; }
span { border-color: rgb(225,193,49); }
td.TdClassName
{
border-color: #E1C131;
}
.TagClassName
{
border-color: #E1C131;
}
</style>