Shades of Bright Sun #E5C52B
Tints of Bright Sun #E5C52B
RGB
CMYK
RGB Variations
Color information
#E5C52B (or 0xE5C52B) is known color: Bright Sun. HEX triplet: E5, C5 and 2B. RGB value is (229,197,43). Sum of RGB (Red+Green+Blue) = 229+197+43=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C52B is #1A3AD4. Grayscale: #BDBDBD. Windows color (decimal): -1718997 or 2868709. OLE color: 2868709.
HSL color Cylindrical-coordinate representation of color #E5C52B: hue angle of 49.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5C52B is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 43 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.10 |
| HSL | 49.68º | 0.78% | 0.53% | - |
| HSV(B) | 49.68º | 0.81% | 0.9% | - |
| XYZ | 52.72 | 56.76 | 10.46 | - |
| YUV | 189.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 43 | 0 | 0.14 | 0.81 | 0.10 | 49.68 | 0.78 | 0.53 |
| Hex | E5 | C5 | 2B | 0 | E | 51 | A | 32 | 4E | 35 |
| Octal | 345 | 305 | 53 | 0 | 16 | 121 | 12 | 62 | 116 | 65 |
| Binary | 11100101 | 11000101 | 101011 | 0 | 1110 | 1010001 | 1010 | 110010 | 1001110 | 110101 |
Color Harmonies of #E5C52B
Complementary color
Monochromatic Colors of #E5C52B
Black with #E5C52B
Text Example
Text Example
White with #E5C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C52B; }
p { color: rgb(229,197,43); }
H1.HeaderClassName
{
color: #E5C52B;
}
.AnyTagClassName
{
color: #E5C52B;
}
</style>
background-color css
<style>
a { background-color: #E5C52B; }
a { background-color: rgb(229,197,43); }
div.DivClassName
{
background-color: #E5C52B;
}
.BgClassName
{
background-color: #E5C52B;
}
</style>
border-color css
<style>
span { border-color: #E5C52B; }
span { border-color: rgb(229,197,43); }
td.TdClassName
{
border-color: #E5C52B;
}
.TagClassName
{
border-color: #E5C52B;
}
</style>