Shades of Bright Sun #E1C02F
Tints of Bright Sun #E1C02F
RGB
CMYK
RGB Variations
Color information
#E1C02F (or 0xE1C02F) is known color: Bright Sun. HEX triplet: E1, C0 and 2F. RGB value is (225,192,47). Sum of RGB (Red+Green+Blue) = 225+192+47=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C02F is #1E3FD0. Grayscale: #B9B9B9. Windows color (decimal): -1982417 or 3129569. OLE color: 3129569.
HSL color Cylindrical-coordinate representation of color #E1C02F: hue angle of 48.88º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1C02F is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 47 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.12 |
| HSL | 48.88º | 0.75% | 0.53% | - |
| HSV(B) | 48.88º | 0.79% | 0.88% | - |
| XYZ | 50.41 | 53.91 | 10.44 | - |
| YUV | 185.34 | 49.93 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 47 | 0 | 0.15 | 0.79 | 0.12 | 48.88 | 0.75 | 0.53 |
| Hex | E1 | C0 | 2F | 0 | F | 4F | C | 31 | 4B | 35 |
| Octal | 341 | 300 | 57 | 0 | 17 | 117 | 14 | 61 | 113 | 65 |
| Binary | 11100001 | 11000000 | 101111 | 0 | 1111 | 1001111 | 1100 | 110001 | 1001011 | 110101 |
Color Harmonies of #E1C02F
Complementary color
Monochromatic Colors of #E1C02F
Black with #E1C02F
Text Example
Text Example
White with #E1C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C02F; }
p { color: rgb(225,192,47); }
H1.HeaderClassName
{
color: #E1C02F;
}
.AnyTagClassName
{
color: #E1C02F;
}
</style>
background-color css
<style>
a { background-color: #E1C02F; }
a { background-color: rgb(225,192,47); }
div.DivClassName
{
background-color: #E1C02F;
}
.BgClassName
{
background-color: #E1C02F;
}
</style>
border-color css
<style>
span { border-color: #E1C02F; }
span { border-color: rgb(225,192,47); }
td.TdClassName
{
border-color: #E1C02F;
}
.TagClassName
{
border-color: #E1C02F;
}
</style>