Shades of Bright Sun #E5C632
Tints of Bright Sun #E5C632
RGB
CMYK
RGB Variations
Color information
#E5C632 (or 0xE5C632) is known color: Bright Sun. HEX triplet: E5, C6 and 32. RGB value is (229,198,50). Sum of RGB (Red+Green+Blue) = 229+198+50=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C632 is #1A39CD. Grayscale: #BFBFBF. Windows color (decimal): -1718734 or 3327717. OLE color: 3327717.
HSL color Cylindrical-coordinate representation of color #E5C632: hue angle of 49.61º 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 #E5C632 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 50 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.10 |
| HSL | 49.61º | 0.77% | 0.55% | - |
| HSV(B) | 49.61º | 0.78% | 0.9% | - |
| XYZ | 53.08 | 57.28 | 11.28 | - |
| YUV | 190.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 50 | 0 | 0.14 | 0.78 | 0.10 | 49.61 | 0.77 | 0.55 |
| Hex | E5 | C6 | 32 | 0 | E | 4E | A | 32 | 4D | 37 |
| Octal | 345 | 306 | 62 | 0 | 16 | 116 | 12 | 62 | 115 | 67 |
| Binary | 11100101 | 11000110 | 110010 | 0 | 1110 | 1001110 | 1010 | 110010 | 1001101 | 110111 |
Color Harmonies of #E5C632
Complementary color
Monochromatic Colors of #E5C632
Black with #E5C632
Text Example
Text Example
White with #E5C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C632; }
p { color: rgb(229,198,50); }
H1.HeaderClassName
{
color: #E5C632;
}
.AnyTagClassName
{
color: #E5C632;
}
</style>
background-color css
<style>
a { background-color: #E5C632; }
a { background-color: rgb(229,198,50); }
div.DivClassName
{
background-color: #E5C632;
}
.BgClassName
{
background-color: #E5C632;
}
</style>
border-color css
<style>
span { border-color: #E5C632; }
span { border-color: rgb(229,198,50); }
td.TdClassName
{
border-color: #E5C632;
}
.TagClassName
{
border-color: #E5C632;
}
</style>