Shades of Bright Sun #E7BF27
Tints of Bright Sun #E7BF27
RGB
CMYK
RGB Variations
Color information
#E7BF27 (or 0xE7BF27) is known color: Bright Sun. HEX triplet: E7, BF and 27. RGB value is (231,191,39). Sum of RGB (Red+Green+Blue) = 231+191+39=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF27 is #1840D8. Grayscale: #BABABA. Windows color (decimal): -1589465 or 2605031. OLE color: 2605031.
HSL color Cylindrical-coordinate representation of color #E7BF27: hue angle of 47.5º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7BF27 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 39 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.09 |
| HSL | 47.5º | 0.8% | 0.53% | - |
| HSV(B) | 47.5º | 0.83% | 0.91% | - |
| XYZ | 51.95 | 54.4 | 9.68 | - |
| YUV | 185.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 39 | 0 | 0.17 | 0.83 | 0.09 | 47.5 | 0.8 | 0.53 |
| Hex | E7 | BF | 27 | 0 | 11 | 53 | 9 | 30 | 50 | 35 |
| Octal | 347 | 277 | 47 | 0 | 21 | 123 | 11 | 60 | 120 | 65 |
| Binary | 11100111 | 10111111 | 100111 | 0 | 10001 | 1010011 | 1001 | 110000 | 1010000 | 110101 |
Color Harmonies of #E7BF27
Complementary color
Monochromatic Colors of #E7BF27
Black with #E7BF27
Text Example
Text Example
White with #E7BF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF27; }
p { color: rgb(231,191,39); }
H1.HeaderClassName
{
color: #E7BF27;
}
.AnyTagClassName
{
color: #E7BF27;
}
</style>
background-color css
<style>
a { background-color: #E7BF27; }
a { background-color: rgb(231,191,39); }
div.DivClassName
{
background-color: #E7BF27;
}
.BgClassName
{
background-color: #E7BF27;
}
</style>
border-color css
<style>
span { border-color: #E7BF27; }
span { border-color: rgb(231,191,39); }
td.TdClassName
{
border-color: #E7BF27;
}
.TagClassName
{
border-color: #E7BF27;
}
</style>