Shades of Bright Sun #E2C532
Tints of Bright Sun #E2C532
RGB
CMYK
RGB Variations
Color information
#E2C532 (or 0xE2C532) is known color: Bright Sun. HEX triplet: E2, C5 and 32. RGB value is (226,197,50). Sum of RGB (Red+Green+Blue) = 226+197+50=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C532 is #1D3ACD. Grayscale: #BDBDBD. Windows color (decimal): -1915598 or 3327458. OLE color: 3327458.
HSL color Cylindrical-coordinate representation of color #E2C532: hue angle of 50.11º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2C532 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 50 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.11 |
| HSL | 50.11º | 0.75% | 0.54% | - |
| HSV(B) | 50.11º | 0.78% | 0.89% | - |
| XYZ | 51.91 | 56.33 | 11.15 | - |
| YUV | 188.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 50 | 0 | 0.13 | 0.78 | 0.11 | 50.11 | 0.75 | 0.54 |
| Hex | E2 | C5 | 32 | 0 | D | 4E | B | 32 | 4B | 36 |
| Octal | 342 | 305 | 62 | 0 | 15 | 116 | 13 | 62 | 113 | 66 |
| Binary | 11100010 | 11000101 | 110010 | 0 | 1101 | 1001110 | 1011 | 110010 | 1001011 | 110110 |
Color Harmonies of #E2C532
Complementary color
Monochromatic Colors of #E2C532
Black with #E2C532
Text Example
Text Example
White with #E2C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C532; }
p { color: rgb(226,197,50); }
H1.HeaderClassName
{
color: #E2C532;
}
.AnyTagClassName
{
color: #E2C532;
}
</style>
background-color css
<style>
a { background-color: #E2C532; }
a { background-color: rgb(226,197,50); }
div.DivClassName
{
background-color: #E2C532;
}
.BgClassName
{
background-color: #E2C532;
}
</style>
border-color css
<style>
span { border-color: #E2C532; }
span { border-color: rgb(226,197,50); }
td.TdClassName
{
border-color: #E2C532;
}
.TagClassName
{
border-color: #E2C532;
}
</style>