Shades of Bright Sun #E1C032
Tints of Bright Sun #E1C032
RGB
CMYK
RGB Variations
Color information
#E1C032 (or 0xE1C032) is known color: Bright Sun. HEX triplet: E1, C0 and 32. RGB value is (225,192,50). Sum of RGB (Red+Green+Blue) = 225+192+50=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C032 is #1E3FCD. Grayscale: #BABABA. Windows color (decimal): -1982414 or 3326177. OLE color: 3326177.
HSL color Cylindrical-coordinate representation of color #E1C032: hue angle of 48.69º degrees, saturation: 0.74, 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 #E1C032 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 50 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.12 |
| HSL | 48.69º | 0.74% | 0.54% | - |
| HSV(B) | 48.69º | 0.78% | 0.88% | - |
| XYZ | 50.48 | 53.94 | 10.77 | - |
| YUV | 185.68 | 51.43 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 50 | 0 | 0.15 | 0.78 | 0.12 | 48.69 | 0.74 | 0.54 |
| Hex | E1 | C0 | 32 | 0 | F | 4E | C | 31 | 4A | 36 |
| Octal | 341 | 300 | 62 | 0 | 17 | 116 | 14 | 61 | 112 | 66 |
| Binary | 11100001 | 11000000 | 110010 | 0 | 1111 | 1001110 | 1100 | 110001 | 1001010 | 110110 |
Color Harmonies of #E1C032
Complementary color
Monochromatic Colors of #E1C032
Black with #E1C032
Text Example
Text Example
White with #E1C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C032; }
p { color: rgb(225,192,50); }
H1.HeaderClassName
{
color: #E1C032;
}
.AnyTagClassName
{
color: #E1C032;
}
</style>
background-color css
<style>
a { background-color: #E1C032; }
a { background-color: rgb(225,192,50); }
div.DivClassName
{
background-color: #E1C032;
}
.BgClassName
{
background-color: #E1C032;
}
</style>
border-color css
<style>
span { border-color: #E1C032; }
span { border-color: rgb(225,192,50); }
td.TdClassName
{
border-color: #E1C032;
}
.TagClassName
{
border-color: #E1C032;
}
</style>