Shades of Bright Sun #E5C52E
Tints of Bright Sun #E5C52E
RGB
CMYK
RGB Variations
Color information
#E5C52E (or 0xE5C52E) is known color: Bright Sun. HEX triplet: E5, C5 and 2E. RGB value is (229,197,46). Sum of RGB (Red+Green+Blue) = 229+197+46=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C52E is #1A3AD1. Grayscale: #BDBDBD. Windows color (decimal): -1718994 or 3065317. OLE color: 3065317.
HSL color Cylindrical-coordinate representation of color #E5C52E: hue angle of 49.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5C52E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 46 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.10 |
| HSL | 49.51º | 0.78% | 0.54% | - |
| HSV(B) | 49.51º | 0.8% | 0.9% | - |
| XYZ | 52.77 | 56.79 | 10.76 | - |
| YUV | 189.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 46 | 0 | 0.14 | 0.80 | 0.10 | 49.51 | 0.78 | 0.54 |
| Hex | E5 | C5 | 2E | 0 | E | 50 | A | 32 | 4E | 36 |
| Octal | 345 | 305 | 56 | 0 | 16 | 120 | 12 | 62 | 116 | 66 |
| Binary | 11100101 | 11000101 | 101110 | 0 | 1110 | 1010000 | 1010 | 110010 | 1001110 | 110110 |
Color Harmonies of #E5C52E
Complementary color
Monochromatic Colors of #E5C52E
Black with #E5C52E
Text Example
Text Example
White with #E5C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C52E; }
p { color: rgb(229,197,46); }
H1.HeaderClassName
{
color: #E5C52E;
}
.AnyTagClassName
{
color: #E5C52E;
}
</style>
background-color css
<style>
a { background-color: #E5C52E; }
a { background-color: rgb(229,197,46); }
div.DivClassName
{
background-color: #E5C52E;
}
.BgClassName
{
background-color: #E5C52E;
}
</style>
border-color css
<style>
span { border-color: #E5C52E; }
span { border-color: rgb(229,197,46); }
td.TdClassName
{
border-color: #E5C52E;
}
.TagClassName
{
border-color: #E5C52E;
}
</style>