Shades of Bright Sun #E7BE30
Tints of Bright Sun #E7BE30
RGB
CMYK
RGB Variations
Color information
#E7BE30 (or 0xE7BE30) is known color: Bright Sun. HEX triplet: E7, BE and 30. RGB value is (231,190,48). Sum of RGB (Red+Green+Blue) = 231+190+48=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BE30 is #1841CF. Grayscale: #BABABA. Windows color (decimal): -1589712 or 3194599. OLE color: 3194599.
HSL color Cylindrical-coordinate representation of color #E7BE30: hue angle of 46.56º 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 #E7BE30 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 48 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.09 |
| HSL | 46.56º | 0.79% | 0.55% | - |
| HSV(B) | 46.56º | 0.79% | 0.91% | - |
| XYZ | 51.9 | 54.03 | 10.49 | - |
| YUV | 186.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 48 | 0 | 0.18 | 0.79 | 0.09 | 46.56 | 0.79 | 0.55 |
| Hex | E7 | BE | 30 | 0 | 12 | 4F | 9 | 2F | 4F | 37 |
| Octal | 347 | 276 | 60 | 0 | 22 | 117 | 11 | 57 | 117 | 67 |
| Binary | 11100111 | 10111110 | 110000 | 0 | 10010 | 1001111 | 1001 | 101111 | 1001111 | 110111 |
Color Harmonies of #E7BE30
Complementary color
Monochromatic Colors of #E7BE30
Black with #E7BE30
Text Example
Text Example
White with #E7BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE30; }
p { color: rgb(231,190,48); }
H1.HeaderClassName
{
color: #E7BE30;
}
.AnyTagClassName
{
color: #E7BE30;
}
</style>
background-color css
<style>
a { background-color: #E7BE30; }
a { background-color: rgb(231,190,48); }
div.DivClassName
{
background-color: #E7BE30;
}
.BgClassName
{
background-color: #E7BE30;
}
</style>
border-color css
<style>
span { border-color: #E7BE30; }
span { border-color: rgb(231,190,48); }
td.TdClassName
{
border-color: #E7BE30;
}
.TagClassName
{
border-color: #E7BE30;
}
</style>