Shades of Bright Sun #E5C52A
Tints of Bright Sun #E5C52A
RGB
CMYK
RGB Variations
Color information
#E5C52A (or 0xE5C52A) is known color: Bright Sun. HEX triplet: E5, C5 and 2A. RGB value is (229,197,42). Sum of RGB (Red+Green+Blue) = 229+197+42=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C52A is #1A3AD5. Grayscale: #BDBDBD. Windows color (decimal): -1718998 or 2803173. OLE color: 2803173.
HSL color Cylindrical-coordinate representation of color #E5C52A: hue angle of 49.73º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5C52A is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 42 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.10 |
| HSL | 49.73º | 0.78% | 0.53% | - |
| HSV(B) | 49.73º | 0.82% | 0.9% | - |
| XYZ | 52.7 | 56.76 | 10.37 | - |
| YUV | 188.9 | 45.1 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 42 | 0 | 0.14 | 0.82 | 0.10 | 49.73 | 0.78 | 0.53 |
| Hex | E5 | C5 | 2A | 0 | E | 52 | A | 32 | 4E | 35 |
| Octal | 345 | 305 | 52 | 0 | 16 | 122 | 12 | 62 | 116 | 65 |
| Binary | 11100101 | 11000101 | 101010 | 0 | 1110 | 1010010 | 1010 | 110010 | 1001110 | 110101 |
Color Harmonies of #E5C52A
Complementary color
Monochromatic Colors of #E5C52A
Black with #E5C52A
Text Example
Text Example
White with #E5C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C52A; }
p { color: rgb(229,197,42); }
H1.HeaderClassName
{
color: #E5C52A;
}
.AnyTagClassName
{
color: #E5C52A;
}
</style>
background-color css
<style>
a { background-color: #E5C52A; }
a { background-color: rgb(229,197,42); }
div.DivClassName
{
background-color: #E5C52A;
}
.BgClassName
{
background-color: #E5C52A;
}
</style>
border-color css
<style>
span { border-color: #E5C52A; }
span { border-color: rgb(229,197,42); }
td.TdClassName
{
border-color: #E5C52A;
}
.TagClassName
{
border-color: #E5C52A;
}
</style>