Shades of Bright Sun #E8C532
Tints of Bright Sun #E8C532
RGB
CMYK
RGB Variations
Color information
#E8C532 (or 0xE8C532) is known color: Bright Sun. HEX triplet: E8, C5 and 32. RGB value is (232,197,50). Sum of RGB (Red+Green+Blue) = 232+197+50=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C532 is #173ACD. Grayscale: #BFBFBF. Windows color (decimal): -1522382 or 3327464. OLE color: 3327464.
HSL color Cylindrical-coordinate representation of color #E8C532: hue angle of 48.46º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8C532 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 50 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.09 |
| HSL | 48.46º | 0.8% | 0.55% | - |
| HSV(B) | 48.46º | 0.78% | 0.91% | - |
| XYZ | 53.82 | 57.32 | 11.24 | - |
| YUV | 190.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 50 | 0 | 0.15 | 0.78 | 0.09 | 48.46 | 0.8 | 0.55 |
| Hex | E8 | C5 | 32 | 0 | F | 4E | 9 | 30 | 50 | 37 |
| Octal | 350 | 305 | 62 | 0 | 17 | 116 | 11 | 60 | 120 | 67 |
| Binary | 11101000 | 11000101 | 110010 | 0 | 1111 | 1001110 | 1001 | 110000 | 1010000 | 110111 |
Color Harmonies of #E8C532
Complementary color
Monochromatic Colors of #E8C532
Black with #E8C532
Text Example
Text Example
White with #E8C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C532; }
p { color: rgb(232,197,50); }
H1.HeaderClassName
{
color: #E8C532;
}
.AnyTagClassName
{
color: #E8C532;
}
</style>
background-color css
<style>
a { background-color: #E8C532; }
a { background-color: rgb(232,197,50); }
div.DivClassName
{
background-color: #E8C532;
}
.BgClassName
{
background-color: #E8C532;
}
</style>
border-color css
<style>
span { border-color: #E8C532; }
span { border-color: rgb(232,197,50); }
td.TdClassName
{
border-color: #E8C532;
}
.TagClassName
{
border-color: #E8C532;
}
</style>