Shades of Bright Sun #E4C028
Tints of Bright Sun #E4C028
RGB
CMYK
RGB Variations
Color information
#E4C028 (or 0xE4C028) is known color: Bright Sun. HEX triplet: E4, C0 and 28. RGB value is (228,192,40). Sum of RGB (Red+Green+Blue) = 228+192+40=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C028 is #1B3FD7. Grayscale: #BABABA. Windows color (decimal): -1785816 or 2670820. OLE color: 2670820.
HSL color Cylindrical-coordinate representation of color #E4C028: hue angle of 48.51º degrees, saturation: 0.78, 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 #E4C028 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 40 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.11 |
| HSL | 48.51º | 0.78% | 0.53% | - |
| HSV(B) | 48.51º | 0.82% | 0.89% | - |
| XYZ | 51.23 | 54.35 | 9.8 | - |
| YUV | 185.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 40 | 0 | 0.16 | 0.82 | 0.11 | 48.51 | 0.78 | 0.53 |
| Hex | E4 | C0 | 28 | 0 | 10 | 52 | B | 31 | 4E | 35 |
| Octal | 344 | 300 | 50 | 0 | 20 | 122 | 13 | 61 | 116 | 65 |
| Binary | 11100100 | 11000000 | 101000 | 0 | 10000 | 1010010 | 1011 | 110001 | 1001110 | 110101 |
Color Harmonies of #E4C028
Complementary color
Monochromatic Colors of #E4C028
Black with #E4C028
Text Example
Text Example
White with #E4C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C028; }
p { color: rgb(228,192,40); }
H1.HeaderClassName
{
color: #E4C028;
}
.AnyTagClassName
{
color: #E4C028;
}
</style>
background-color css
<style>
a { background-color: #E4C028; }
a { background-color: rgb(228,192,40); }
div.DivClassName
{
background-color: #E4C028;
}
.BgClassName
{
background-color: #E4C028;
}
</style>
border-color css
<style>
span { border-color: #E4C028; }
span { border-color: rgb(228,192,40); }
td.TdClassName
{
border-color: #E4C028;
}
.TagClassName
{
border-color: #E4C028;
}
</style>