Shades of Bright Sun #E0C02A
Tints of Bright Sun #E0C02A
RGB
CMYK
RGB Variations
Color information
#E0C02A (or 0xE0C02A) is known color: Bright Sun. HEX triplet: E0, C0 and 2A. RGB value is (224,192,42). Sum of RGB (Red+Green+Blue) = 224+192+42=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C02A is #1F3FD5. Grayscale: #B9B9B9. Windows color (decimal): -2047958 or 2801888. OLE color: 2801888.
HSL color Cylindrical-coordinate representation of color #E0C02A: hue angle of 49.45º 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 #E0C02A is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 42 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.12 |
| HSL | 49.45º | 0.75% | 0.52% | - |
| HSV(B) | 49.45º | 0.81% | 0.88% | - |
| XYZ | 50.01 | 53.71 | 9.92 | - |
| YUV | 184.47 | 47.6 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 42 | 0 | 0.14 | 0.81 | 0.12 | 49.45 | 0.75 | 0.52 |
| Hex | E0 | C0 | 2A | 0 | E | 51 | C | 31 | 4B | 34 |
| Octal | 340 | 300 | 52 | 0 | 16 | 121 | 14 | 61 | 113 | 64 |
| Binary | 11100000 | 11000000 | 101010 | 0 | 1110 | 1010001 | 1100 | 110001 | 1001011 | 110100 |
Color Harmonies of #E0C02A
Complementary color
Monochromatic Colors of #E0C02A
Black with #E0C02A
Text Example
Text Example
White with #E0C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C02A; }
p { color: rgb(224,192,42); }
H1.HeaderClassName
{
color: #E0C02A;
}
.AnyTagClassName
{
color: #E0C02A;
}
</style>
background-color css
<style>
a { background-color: #E0C02A; }
a { background-color: rgb(224,192,42); }
div.DivClassName
{
background-color: #E0C02A;
}
.BgClassName
{
background-color: #E0C02A;
}
</style>
border-color css
<style>
span { border-color: #E0C02A; }
span { border-color: rgb(224,192,42); }
td.TdClassName
{
border-color: #E0C02A;
}
.TagClassName
{
border-color: #E0C02A;
}
</style>