Shades of Bright Sun #E5C52C
Tints of Bright Sun #E5C52C
RGB
CMYK
RGB Variations
Color information
#E5C52C (or 0xE5C52C) is known color: Bright Sun. HEX triplet: E5, C5 and 2C. RGB value is (229,197,44). Sum of RGB (Red+Green+Blue) = 229+197+44=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C52C is #1A3AD3. Grayscale: #BDBDBD. Windows color (decimal): -1718996 or 2934245. OLE color: 2934245.
HSL color Cylindrical-coordinate representation of color #E5C52C: hue angle of 49.62º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5C52C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 44 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.10 |
| HSL | 49.62º | 0.78% | 0.54% | - |
| HSV(B) | 49.62º | 0.81% | 0.9% | - |
| XYZ | 52.73 | 56.77 | 10.56 | - |
| YUV | 189.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 44 | 0 | 0.14 | 0.81 | 0.10 | 49.62 | 0.78 | 0.54 |
| Hex | E5 | C5 | 2C | 0 | E | 51 | A | 32 | 4E | 36 |
| Octal | 345 | 305 | 54 | 0 | 16 | 121 | 12 | 62 | 116 | 66 |
| Binary | 11100101 | 11000101 | 101100 | 0 | 1110 | 1010001 | 1010 | 110010 | 1001110 | 110110 |
Color Harmonies of #E5C52C
Complementary color
Monochromatic Colors of #E5C52C
Black with #E5C52C
Text Example
Text Example
White with #E5C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C52C; }
p { color: rgb(229,197,44); }
H1.HeaderClassName
{
color: #E5C52C;
}
.AnyTagClassName
{
color: #E5C52C;
}
</style>
background-color css
<style>
a { background-color: #E5C52C; }
a { background-color: rgb(229,197,44); }
div.DivClassName
{
background-color: #E5C52C;
}
.BgClassName
{
background-color: #E5C52C;
}
</style>
border-color css
<style>
span { border-color: #E5C52C; }
span { border-color: rgb(229,197,44); }
td.TdClassName
{
border-color: #E5C52C;
}
.TagClassName
{
border-color: #E5C52C;
}
</style>