Shades of Bright Sun #E9C02A
Tints of Bright Sun #E9C02A
RGB
CMYK
RGB Variations
Color information
#E9C02A (or 0xE9C02A) is known color: Bright Sun. HEX triplet: E9, C0 and 2A. RGB value is (233,192,42). Sum of RGB (Red+Green+Blue) = 233+192+42=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C02A is #163FD5. Grayscale: #BBBBBB. Windows color (decimal): -1458134 or 2801897. OLE color: 2801897.
HSL color Cylindrical-coordinate representation of color #E9C02A: hue angle of 47.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9C02A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 42 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.09 |
| HSL | 47.12º | 0.81% | 0.54% | - |
| HSV(B) | 47.12º | 0.82% | 0.91% | - |
| XYZ | 52.87 | 55.19 | 10.06 | - |
| YUV | 187.16 | 46.08 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 42 | 0 | 0.18 | 0.82 | 0.09 | 47.12 | 0.81 | 0.54 |
| Hex | E9 | C0 | 2A | 0 | 12 | 52 | 9 | 2F | 51 | 36 |
| Octal | 351 | 300 | 52 | 0 | 22 | 122 | 11 | 57 | 121 | 66 |
| Binary | 11101001 | 11000000 | 101010 | 0 | 10010 | 1010010 | 1001 | 101111 | 1010001 | 110110 |
Color Harmonies of #E9C02A
Complementary color
Monochromatic Colors of #E9C02A
Black with #E9C02A
Text Example
Text Example
White with #E9C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C02A; }
p { color: rgb(233,192,42); }
H1.HeaderClassName
{
color: #E9C02A;
}
.AnyTagClassName
{
color: #E9C02A;
}
</style>
background-color css
<style>
a { background-color: #E9C02A; }
a { background-color: rgb(233,192,42); }
div.DivClassName
{
background-color: #E9C02A;
}
.BgClassName
{
background-color: #E9C02A;
}
</style>
border-color css
<style>
span { border-color: #E9C02A; }
span { border-color: rgb(233,192,42); }
td.TdClassName
{
border-color: #E9C02A;
}
.TagClassName
{
border-color: #E9C02A;
}
</style>