Shades of Bright Sun #E5C027
Tints of Bright Sun #E5C027
RGB
CMYK
RGB Variations
Color information
#E5C027 (or 0xE5C027) is known color: Bright Sun. HEX triplet: E5, C0 and 27. RGB value is (229,192,39). Sum of RGB (Red+Green+Blue) = 229+192+39=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C027 is #1A3FD8. Grayscale: #BABABA. Windows color (decimal): -1720281 or 2605285. OLE color: 2605285.
HSL color Cylindrical-coordinate representation of color #E5C027: hue angle of 48.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5C027 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 39 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.10 |
| HSL | 48.32º | 0.79% | 0.53% | - |
| HSV(B) | 48.32º | 0.83% | 0.9% | - |
| XYZ | 51.53 | 54.5 | 9.72 | - |
| YUV | 185.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 39 | 0 | 0.16 | 0.83 | 0.10 | 48.32 | 0.79 | 0.53 |
| Hex | E5 | C0 | 27 | 0 | 10 | 53 | A | 30 | 4F | 35 |
| Octal | 345 | 300 | 47 | 0 | 20 | 123 | 12 | 60 | 117 | 65 |
| Binary | 11100101 | 11000000 | 100111 | 0 | 10000 | 1010011 | 1010 | 110000 | 1001111 | 110101 |
Color Harmonies of #E5C027
Complementary color
Monochromatic Colors of #E5C027
Black with #E5C027
Text Example
Text Example
White with #E5C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C027; }
p { color: rgb(229,192,39); }
H1.HeaderClassName
{
color: #E5C027;
}
.AnyTagClassName
{
color: #E5C027;
}
</style>
background-color css
<style>
a { background-color: #E5C027; }
a { background-color: rgb(229,192,39); }
div.DivClassName
{
background-color: #E5C027;
}
.BgClassName
{
background-color: #E5C027;
}
</style>
border-color css
<style>
span { border-color: #E5C027; }
span { border-color: rgb(229,192,39); }
td.TdClassName
{
border-color: #E5C027;
}
.TagClassName
{
border-color: #E5C027;
}
</style>