Shades of Bright Sun #E1C02A
Tints of Bright Sun #E1C02A
RGB
CMYK
RGB Variations
Color information
#E1C02A (or 0xE1C02A) is known color: Bright Sun. HEX triplet: E1, C0 and 2A. RGB value is (225,192,42). Sum of RGB (Red+Green+Blue) = 225+192+42=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C02A is #1E3FD5. Grayscale: #B9B9B9. Windows color (decimal): -1982422 or 2801889. OLE color: 2801889.
HSL color Cylindrical-coordinate representation of color #E1C02A: hue angle of 49.18º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1C02A is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 42 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.12 |
| HSL | 49.18º | 0.75% | 0.52% | - |
| HSV(B) | 49.18º | 0.81% | 0.88% | - |
| XYZ | 50.32 | 53.87 | 9.94 | - |
| YUV | 184.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 42 | 0 | 0.15 | 0.81 | 0.12 | 49.18 | 0.75 | 0.52 |
| Hex | E1 | C0 | 2A | 0 | F | 51 | C | 31 | 4B | 34 |
| Octal | 341 | 300 | 52 | 0 | 17 | 121 | 14 | 61 | 113 | 64 |
| Binary | 11100001 | 11000000 | 101010 | 0 | 1111 | 1010001 | 1100 | 110001 | 1001011 | 110100 |
Color Harmonies of #E1C02A
Complementary color
Monochromatic Colors of #E1C02A
Black with #E1C02A
Text Example
Text Example
White with #E1C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C02A; }
p { color: rgb(225,192,42); }
H1.HeaderClassName
{
color: #E1C02A;
}
.AnyTagClassName
{
color: #E1C02A;
}
</style>
background-color css
<style>
a { background-color: #E1C02A; }
a { background-color: rgb(225,192,42); }
div.DivClassName
{
background-color: #E1C02A;
}
.BgClassName
{
background-color: #E1C02A;
}
</style>
border-color css
<style>
span { border-color: #E1C02A; }
span { border-color: rgb(225,192,42); }
td.TdClassName
{
border-color: #E1C02A;
}
.TagClassName
{
border-color: #E1C02A;
}
</style>