Shades of Bright Sun #E7C030
Tints of Bright Sun #E7C030
RGB
CMYK
RGB Variations
Color information
#E7C030 (or 0xE7C030) is known color: Bright Sun. HEX triplet: E7, C0 and 30. RGB value is (231,192,48). Sum of RGB (Red+Green+Blue) = 231+192+48=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C030 is #183FCF. Grayscale: #BBBBBB. Windows color (decimal): -1589200 or 3195111. OLE color: 3195111.
HSL color Cylindrical-coordinate representation of color #E7C030: hue angle of 47.21º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7C030 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 48 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.09 |
| HSL | 47.21º | 0.79% | 0.55% | - |
| HSV(B) | 47.21º | 0.79% | 0.91% | - |
| XYZ | 52.34 | 54.9 | 10.63 | - |
| YUV | 187.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 48 | 0 | 0.17 | 0.79 | 0.09 | 47.21 | 0.79 | 0.55 |
| Hex | E7 | C0 | 30 | 0 | 11 | 4F | 9 | 2F | 4F | 37 |
| Octal | 347 | 300 | 60 | 0 | 21 | 117 | 11 | 57 | 117 | 67 |
| Binary | 11100111 | 11000000 | 110000 | 0 | 10001 | 1001111 | 1001 | 101111 | 1001111 | 110111 |
Color Harmonies of #E7C030
Complementary color
Monochromatic Colors of #E7C030
Black with #E7C030
Text Example
Text Example
White with #E7C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C030; }
p { color: rgb(231,192,48); }
H1.HeaderClassName
{
color: #E7C030;
}
.AnyTagClassName
{
color: #E7C030;
}
</style>
background-color css
<style>
a { background-color: #E7C030; }
a { background-color: rgb(231,192,48); }
div.DivClassName
{
background-color: #E7C030;
}
.BgClassName
{
background-color: #E7C030;
}
</style>
border-color css
<style>
span { border-color: #E7C030; }
span { border-color: rgb(231,192,48); }
td.TdClassName
{
border-color: #E7C030;
}
.TagClassName
{
border-color: #E7C030;
}
</style>