Shades of Bright Sun #E5C030
Tints of Bright Sun #E5C030
RGB
CMYK
RGB Variations
Color information
#E5C030 (or 0xE5C030) is known color: Bright Sun. HEX triplet: E5, C0 and 30. RGB value is (229,192,48). Sum of RGB (Red+Green+Blue) = 229+192+48=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C030 is #1A3FCF. Grayscale: #BBBBBB. Windows color (decimal): -1720272 or 3195109. OLE color: 3195109.
HSL color Cylindrical-coordinate representation of color #E5C030: hue angle of 47.73º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5C030 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 48 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.10 |
| HSL | 47.73º | 0.78% | 0.54% | - |
| HSV(B) | 47.73º | 0.79% | 0.9% | - |
| XYZ | 51.7 | 54.57 | 10.6 | - |
| YUV | 186.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 48 | 0 | 0.16 | 0.79 | 0.10 | 47.73 | 0.78 | 0.54 |
| Hex | E5 | C0 | 30 | 0 | 10 | 4F | A | 30 | 4E | 36 |
| Octal | 345 | 300 | 60 | 0 | 20 | 117 | 12 | 60 | 116 | 66 |
| Binary | 11100101 | 11000000 | 110000 | 0 | 10000 | 1001111 | 1010 | 110000 | 1001110 | 110110 |
Color Harmonies of #E5C030
Complementary color
Monochromatic Colors of #E5C030
Black with #E5C030
Text Example
Text Example
White with #E5C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C030; }
p { color: rgb(229,192,48); }
H1.HeaderClassName
{
color: #E5C030;
}
.AnyTagClassName
{
color: #E5C030;
}
</style>
background-color css
<style>
a { background-color: #E5C030; }
a { background-color: rgb(229,192,48); }
div.DivClassName
{
background-color: #E5C030;
}
.BgClassName
{
background-color: #E5C030;
}
</style>
border-color css
<style>
span { border-color: #E5C030; }
span { border-color: rgb(229,192,48); }
td.TdClassName
{
border-color: #E5C030;
}
.TagClassName
{
border-color: #E5C030;
}
</style>