Shades of Bright Sun #E0C028
Tints of Bright Sun #E0C028
RGB
CMYK
RGB Variations
Color information
#E0C028 (or 0xE0C028) is known color: Bright Sun. HEX triplet: E0, C0 and 28. RGB value is (224,192,40). Sum of RGB (Red+Green+Blue) = 224+192+40=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C028 is #1F3FD7. Grayscale: #B8B8B8. Windows color (decimal): -2047960 or 2670816. OLE color: 2670816.
HSL color Cylindrical-coordinate representation of color #E0C028: hue angle of 49.57º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0C028 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 40 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.12 |
| HSL | 49.57º | 0.75% | 0.52% | - |
| HSV(B) | 49.57º | 0.82% | 0.88% | - |
| XYZ | 49.97 | 53.7 | 9.74 | - |
| YUV | 184.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 40 | 0 | 0.14 | 0.82 | 0.12 | 49.57 | 0.75 | 0.52 |
| Hex | E0 | C0 | 28 | 0 | E | 52 | C | 32 | 4B | 34 |
| Octal | 340 | 300 | 50 | 0 | 16 | 122 | 14 | 62 | 113 | 64 |
| Binary | 11100000 | 11000000 | 101000 | 0 | 1110 | 1010010 | 1100 | 110010 | 1001011 | 110100 |
Color Harmonies of #E0C028
Complementary color
Monochromatic Colors of #E0C028
Black with #E0C028
Text Example
Text Example
White with #E0C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C028; }
p { color: rgb(224,192,40); }
H1.HeaderClassName
{
color: #E0C028;
}
.AnyTagClassName
{
color: #E0C028;
}
</style>
background-color css
<style>
a { background-color: #E0C028; }
a { background-color: rgb(224,192,40); }
div.DivClassName
{
background-color: #E0C028;
}
.BgClassName
{
background-color: #E0C028;
}
</style>
border-color css
<style>
span { border-color: #E0C028; }
span { border-color: rgb(224,192,40); }
td.TdClassName
{
border-color: #E0C028;
}
.TagClassName
{
border-color: #E0C028;
}
</style>