Shades of Bright Sun #E7BF25
Tints of Bright Sun #E7BF25
RGB
CMYK
RGB Variations
Color information
#E7BF25 (or 0xE7BF25) is known color: Bright Sun. HEX triplet: E7, BF and 25. RGB value is (231,191,37). Sum of RGB (Red+Green+Blue) = 231+191+37=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF25 is #1840DA. Grayscale: #BABABA. Windows color (decimal): -1589467 or 2473959. OLE color: 2473959.
HSL color Cylindrical-coordinate representation of color #E7BF25: hue angle of 47.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7BF25 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 37 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.09 |
| HSL | 47.63º | 0.8% | 0.53% | - |
| HSV(B) | 47.63º | 0.84% | 0.91% | - |
| XYZ | 51.92 | 54.38 | 9.51 | - |
| YUV | 185.4 | 44.25 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 37 | 0 | 0.17 | 0.84 | 0.09 | 47.63 | 0.8 | 0.53 |
| Hex | E7 | BF | 25 | 0 | 11 | 54 | 9 | 30 | 50 | 35 |
| Octal | 347 | 277 | 45 | 0 | 21 | 124 | 11 | 60 | 120 | 65 |
| Binary | 11100111 | 10111111 | 100101 | 0 | 10001 | 1010100 | 1001 | 110000 | 1010000 | 110101 |
Color Harmonies of #E7BF25
Complementary color
Monochromatic Colors of #E7BF25
Black with #E7BF25
Text Example
Text Example
White with #E7BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF25; }
p { color: rgb(231,191,37); }
H1.HeaderClassName
{
color: #E7BF25;
}
.AnyTagClassName
{
color: #E7BF25;
}
</style>
background-color css
<style>
a { background-color: #E7BF25; }
a { background-color: rgb(231,191,37); }
div.DivClassName
{
background-color: #E7BF25;
}
.BgClassName
{
background-color: #E7BF25;
}
</style>
border-color css
<style>
span { border-color: #E7BF25; }
span { border-color: rgb(231,191,37); }
td.TdClassName
{
border-color: #E7BF25;
}
.TagClassName
{
border-color: #E7BF25;
}
</style>