Shades of Bright Sun #E5C132
Tints of Bright Sun #E5C132
RGB
CMYK
RGB Variations
Color information
#E5C132 (or 0xE5C132) is known color: Bright Sun. HEX triplet: E5, C1 and 32. RGB value is (229,193,50). Sum of RGB (Red+Green+Blue) = 229+193+50=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C132 is #1A3ECD. Grayscale: #BCBCBC. Windows color (decimal): -1720014 or 3326437. OLE color: 3326437.
HSL color Cylindrical-coordinate representation of color #E5C132: hue angle of 47.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5C132 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 50 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.10 |
| HSL | 47.93º | 0.77% | 0.55% | - |
| HSV(B) | 47.93º | 0.78% | 0.9% | - |
| XYZ | 51.96 | 55.03 | 10.9 | - |
| YUV | 187.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 50 | 0 | 0.16 | 0.78 | 0.10 | 47.93 | 0.77 | 0.55 |
| Hex | E5 | C1 | 32 | 0 | 10 | 4E | A | 30 | 4D | 37 |
| Octal | 345 | 301 | 62 | 0 | 20 | 116 | 12 | 60 | 115 | 67 |
| Binary | 11100101 | 11000001 | 110010 | 0 | 10000 | 1001110 | 1010 | 110000 | 1001101 | 110111 |
Color Harmonies of #E5C132
Complementary color
Monochromatic Colors of #E5C132
Black with #E5C132
Text Example
Text Example
White with #E5C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C132; }
p { color: rgb(229,193,50); }
H1.HeaderClassName
{
color: #E5C132;
}
.AnyTagClassName
{
color: #E5C132;
}
</style>
background-color css
<style>
a { background-color: #E5C132; }
a { background-color: rgb(229,193,50); }
div.DivClassName
{
background-color: #E5C132;
}
.BgClassName
{
background-color: #E5C132;
}
</style>
border-color css
<style>
span { border-color: #E5C132; }
span { border-color: rgb(229,193,50); }
td.TdClassName
{
border-color: #E5C132;
}
.TagClassName
{
border-color: #E5C132;
}
</style>