Shades of Bright Sun #E5C128
Tints of Bright Sun #E5C128
RGB
CMYK
RGB Variations
Color information
#E5C128 (or 0xE5C128) is known color: Bright Sun. HEX triplet: E5, C1 and 28. RGB value is (229,193,40). Sum of RGB (Red+Green+Blue) = 229+193+40=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C128 is #1A3ED7. Grayscale: #BABABA. Windows color (decimal): -1720024 or 2671077. OLE color: 2671077.
HSL color Cylindrical-coordinate representation of color #E5C128: hue angle of 48.57º degrees, saturation: 0.78, 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 #E5C128 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 40 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.10 |
| HSL | 48.57º | 0.78% | 0.53% | - |
| HSV(B) | 48.57º | 0.83% | 0.9% | - |
| XYZ | 51.77 | 54.95 | 9.89 | - |
| YUV | 186.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 40 | 0 | 0.16 | 0.83 | 0.10 | 48.57 | 0.78 | 0.53 |
| Hex | E5 | C1 | 28 | 0 | 10 | 53 | A | 31 | 4E | 35 |
| Octal | 345 | 301 | 50 | 0 | 20 | 123 | 12 | 61 | 116 | 65 |
| Binary | 11100101 | 11000001 | 101000 | 0 | 10000 | 1010011 | 1010 | 110001 | 1001110 | 110101 |
Color Harmonies of #E5C128
Complementary color
Monochromatic Colors of #E5C128
Black with #E5C128
Text Example
Text Example
White with #E5C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C128; }
p { color: rgb(229,193,40); }
H1.HeaderClassName
{
color: #E5C128;
}
.AnyTagClassName
{
color: #E5C128;
}
</style>
background-color css
<style>
a { background-color: #E5C128; }
a { background-color: rgb(229,193,40); }
div.DivClassName
{
background-color: #E5C128;
}
.BgClassName
{
background-color: #E5C128;
}
</style>
border-color css
<style>
span { border-color: #E5C128; }
span { border-color: rgb(229,193,40); }
td.TdClassName
{
border-color: #E5C128;
}
.TagClassName
{
border-color: #E5C128;
}
</style>