Shades of Bright Sun #E7C532
Tints of Bright Sun #E7C532
RGB
CMYK
RGB Variations
Color information
#E7C532 (or 0xE7C532) is known color: Bright Sun. HEX triplet: E7, C5 and 32. RGB value is (231,197,50). Sum of RGB (Red+Green+Blue) = 231+197+50=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C532 is #183ACD. Grayscale: #BFBFBF. Windows color (decimal): -1587918 or 3327463. OLE color: 3327463.
HSL color Cylindrical-coordinate representation of color #E7C532: hue angle of 48.73º degrees, saturation: 0.79, 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 #E7C532 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 50 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.09 |
| HSL | 48.73º | 0.79% | 0.55% | - |
| HSV(B) | 48.73º | 0.78% | 0.91% | - |
| XYZ | 53.5 | 57.15 | 11.23 | - |
| YUV | 190.41 | 48.76 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 50 | 0 | 0.15 | 0.78 | 0.09 | 48.73 | 0.79 | 0.55 |
| Hex | E7 | C5 | 32 | 0 | F | 4E | 9 | 31 | 4F | 37 |
| Octal | 347 | 305 | 62 | 0 | 17 | 116 | 11 | 61 | 117 | 67 |
| Binary | 11100111 | 11000101 | 110010 | 0 | 1111 | 1001110 | 1001 | 110001 | 1001111 | 110111 |
Color Harmonies of #E7C532
Complementary color
Monochromatic Colors of #E7C532
Black with #E7C532
Text Example
Text Example
White with #E7C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C532; }
p { color: rgb(231,197,50); }
H1.HeaderClassName
{
color: #E7C532;
}
.AnyTagClassName
{
color: #E7C532;
}
</style>
background-color css
<style>
a { background-color: #E7C532; }
a { background-color: rgb(231,197,50); }
div.DivClassName
{
background-color: #E7C532;
}
.BgClassName
{
background-color: #E7C532;
}
</style>
border-color css
<style>
span { border-color: #E7C532; }
span { border-color: rgb(231,197,50); }
td.TdClassName
{
border-color: #E7C532;
}
.TagClassName
{
border-color: #E7C532;
}
</style>