Shades of Bright Sun #E7BF31
Tints of Bright Sun #E7BF31
RGB
CMYK
RGB Variations
Color information
#E7BF31 (or 0xE7BF31) is known color: Bright Sun. HEX triplet: E7, BF and 31. RGB value is (231,191,49). Sum of RGB (Red+Green+Blue) = 231+191+49=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF31 is #1840CE. Grayscale: #BBBBBB. Windows color (decimal): -1589455 or 3260391. OLE color: 3260391.
HSL color Cylindrical-coordinate representation of color #E7BF31: hue angle of 46.81º 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 #E7BF31 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 49 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.09 |
| HSL | 46.81º | 0.79% | 0.55% | - |
| HSV(B) | 46.81º | 0.79% | 0.91% | - |
| XYZ | 52.14 | 54.47 | 10.67 | - |
| YUV | 186.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 49 | 0 | 0.17 | 0.79 | 0.09 | 46.81 | 0.79 | 0.55 |
| Hex | E7 | BF | 31 | 0 | 11 | 4F | 9 | 2F | 4F | 37 |
| Octal | 347 | 277 | 61 | 0 | 21 | 117 | 11 | 57 | 117 | 67 |
| Binary | 11100111 | 10111111 | 110001 | 0 | 10001 | 1001111 | 1001 | 101111 | 1001111 | 110111 |
Color Harmonies of #E7BF31
Complementary color
Monochromatic Colors of #E7BF31
Black with #E7BF31
Text Example
Text Example
White with #E7BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF31; }
p { color: rgb(231,191,49); }
H1.HeaderClassName
{
color: #E7BF31;
}
.AnyTagClassName
{
color: #E7BF31;
}
</style>
background-color css
<style>
a { background-color: #E7BF31; }
a { background-color: rgb(231,191,49); }
div.DivClassName
{
background-color: #E7BF31;
}
.BgClassName
{
background-color: #E7BF31;
}
</style>
border-color css
<style>
span { border-color: #E7BF31; }
span { border-color: rgb(231,191,49); }
td.TdClassName
{
border-color: #E7BF31;
}
.TagClassName
{
border-color: #E7BF31;
}
</style>