Shades of Bright Sun #E0C032
Tints of Bright Sun #E0C032
RGB
CMYK
RGB Variations
Color information
#E0C032 (or 0xE0C032) is known color: Bright Sun. HEX triplet: E0, C0 and 32. RGB value is (224,192,50). Sum of RGB (Red+Green+Blue) = 224+192+50=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C032 is #1F3FCD. Grayscale: #B9B9B9. Windows color (decimal): -2047950 or 3326176. OLE color: 3326176.
HSL color Cylindrical-coordinate representation of color #E0C032: hue angle of 48.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0C032 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 50 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.12 |
| HSL | 48.97º | 0.74% | 0.54% | - |
| HSV(B) | 48.97º | 0.78% | 0.88% | - |
| XYZ | 50.17 | 53.78 | 10.75 | - |
| YUV | 185.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 50 | 0 | 0.14 | 0.78 | 0.12 | 48.97 | 0.74 | 0.54 |
| Hex | E0 | C0 | 32 | 0 | E | 4E | C | 31 | 4A | 36 |
| Octal | 340 | 300 | 62 | 0 | 16 | 116 | 14 | 61 | 112 | 66 |
| Binary | 11100000 | 11000000 | 110010 | 0 | 1110 | 1001110 | 1100 | 110001 | 1001010 | 110110 |
Color Harmonies of #E0C032
Complementary color
Monochromatic Colors of #E0C032
Black with #E0C032
Text Example
Text Example
White with #E0C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C032; }
p { color: rgb(224,192,50); }
H1.HeaderClassName
{
color: #E0C032;
}
.AnyTagClassName
{
color: #E0C032;
}
</style>
background-color css
<style>
a { background-color: #E0C032; }
a { background-color: rgb(224,192,50); }
div.DivClassName
{
background-color: #E0C032;
}
.BgClassName
{
background-color: #E0C032;
}
</style>
border-color css
<style>
span { border-color: #E0C032; }
span { border-color: rgb(224,192,50); }
td.TdClassName
{
border-color: #E0C032;
}
.TagClassName
{
border-color: #E0C032;
}
</style>