Shades of Bright Sun #E8C632
Tints of Bright Sun #E8C632
RGB
CMYK
RGB Variations
Color information
#E8C632 (or 0xE8C632) is known color: Bright Sun. HEX triplet: E8, C6 and 32. RGB value is (232,198,50). Sum of RGB (Red+Green+Blue) = 232+198+50=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C632 is #1739CD. Grayscale: #BFBFBF. Windows color (decimal): -1522126 or 3327720. OLE color: 3327720.
HSL color Cylindrical-coordinate representation of color #E8C632: hue angle of 48.79º 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 #E8C632 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 50 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.09 |
| HSL | 48.79º | 0.8% | 0.55% | - |
| HSV(B) | 48.79º | 0.78% | 0.91% | - |
| XYZ | 54.05 | 57.77 | 11.32 | - |
| YUV | 191.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 50 | 0 | 0.15 | 0.78 | 0.09 | 48.79 | 0.8 | 0.55 |
| Hex | E8 | C6 | 32 | 0 | F | 4E | 9 | 31 | 50 | 37 |
| Octal | 350 | 306 | 62 | 0 | 17 | 116 | 11 | 61 | 120 | 67 |
| Binary | 11101000 | 11000110 | 110010 | 0 | 1111 | 1001110 | 1001 | 110001 | 1010000 | 110111 |
Color Harmonies of #E8C632
Complementary color
Monochromatic Colors of #E8C632
Black with #E8C632
Text Example
Text Example
White with #E8C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C632; }
p { color: rgb(232,198,50); }
H1.HeaderClassName
{
color: #E8C632;
}
.AnyTagClassName
{
color: #E8C632;
}
</style>
background-color css
<style>
a { background-color: #E8C632; }
a { background-color: rgb(232,198,50); }
div.DivClassName
{
background-color: #E8C632;
}
.BgClassName
{
background-color: #E8C632;
}
</style>
border-color css
<style>
span { border-color: #E8C632; }
span { border-color: rgb(232,198,50); }
td.TdClassName
{
border-color: #E8C632;
}
.TagClassName
{
border-color: #E8C632;
}
</style>