Shades of Bright Sun #E4C02A
Tints of Bright Sun #E4C02A
RGB
CMYK
RGB Variations
Color information
#E4C02A (or 0xE4C02A) is known color: Bright Sun. HEX triplet: E4, C0 and 2A. RGB value is (228,192,42). Sum of RGB (Red+Green+Blue) = 228+192+42=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C02A is #1B3FD5. Grayscale: #BABABA. Windows color (decimal): -1785814 or 2801892. OLE color: 2801892.
HSL color Cylindrical-coordinate representation of color #E4C02A: hue angle of 48.39º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4C02A is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 42 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.11 |
| HSL | 48.39º | 0.78% | 0.53% | - |
| HSV(B) | 48.39º | 0.82% | 0.89% | - |
| XYZ | 51.26 | 54.36 | 9.98 | - |
| YUV | 185.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 42 | 0 | 0.16 | 0.82 | 0.11 | 48.39 | 0.78 | 0.53 |
| Hex | E4 | C0 | 2A | 0 | 10 | 52 | B | 30 | 4E | 35 |
| Octal | 344 | 300 | 52 | 0 | 20 | 122 | 13 | 60 | 116 | 65 |
| Binary | 11100100 | 11000000 | 101010 | 0 | 10000 | 1010010 | 1011 | 110000 | 1001110 | 110101 |
Color Harmonies of #E4C02A
Complementary color
Monochromatic Colors of #E4C02A
Black with #E4C02A
Text Example
Text Example
White with #E4C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C02A; }
p { color: rgb(228,192,42); }
H1.HeaderClassName
{
color: #E4C02A;
}
.AnyTagClassName
{
color: #E4C02A;
}
</style>
background-color css
<style>
a { background-color: #E4C02A; }
a { background-color: rgb(228,192,42); }
div.DivClassName
{
background-color: #E4C02A;
}
.BgClassName
{
background-color: #E4C02A;
}
</style>
border-color css
<style>
span { border-color: #E4C02A; }
span { border-color: rgb(228,192,42); }
td.TdClassName
{
border-color: #E4C02A;
}
.TagClassName
{
border-color: #E4C02A;
}
</style>