Shades of Bright Sun #E1C52C
Tints of Bright Sun #E1C52C
RGB
CMYK
RGB Variations
Color information
#E1C52C (or 0xE1C52C) is known color: Bright Sun. HEX triplet: E1, C5 and 2C. RGB value is (225,197,44). Sum of RGB (Red+Green+Blue) = 225+197+44=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C52C is #1E3AD3. Grayscale: #BCBCBC. Windows color (decimal): -1981140 or 2934241. OLE color: 2934241.
HSL color Cylindrical-coordinate representation of color #E1C52C: hue angle of 50.72º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1C52C is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 44 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.12 |
| HSL | 50.72º | 0.75% | 0.53% | - |
| HSV(B) | 50.72º | 0.8% | 0.88% | - |
| XYZ | 51.47 | 56.12 | 10.5 | - |
| YUV | 187.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 44 | 0 | 0.12 | 0.80 | 0.12 | 50.72 | 0.75 | 0.53 |
| Hex | E1 | C5 | 2C | 0 | C | 50 | C | 33 | 4B | 35 |
| Octal | 341 | 305 | 54 | 0 | 14 | 120 | 14 | 63 | 113 | 65 |
| Binary | 11100001 | 11000101 | 101100 | 0 | 1100 | 1010000 | 1100 | 110011 | 1001011 | 110101 |
Color Harmonies of #E1C52C
Complementary color
Monochromatic Colors of #E1C52C
Black with #E1C52C
Text Example
Text Example
White with #E1C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C52C; }
p { color: rgb(225,197,44); }
H1.HeaderClassName
{
color: #E1C52C;
}
.AnyTagClassName
{
color: #E1C52C;
}
</style>
background-color css
<style>
a { background-color: #E1C52C; }
a { background-color: rgb(225,197,44); }
div.DivClassName
{
background-color: #E1C52C;
}
.BgClassName
{
background-color: #E1C52C;
}
</style>
border-color css
<style>
span { border-color: #E1C52C; }
span { border-color: rgb(225,197,44); }
td.TdClassName
{
border-color: #E1C52C;
}
.TagClassName
{
border-color: #E1C52C;
}
</style>