Shades of Bright Sun #E7BA2F
Tints of Bright Sun #E7BA2F
RGB
CMYK
RGB Variations
Color information
#E7BA2F (or 0xE7BA2F) is known color: Bright Sun. HEX triplet: E7, BA and 2F. RGB value is (231,186,47). Sum of RGB (Red+Green+Blue) = 231+186+47=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BA2F is #1845D0. Grayscale: #B8B8B8. Windows color (decimal): -1590737 or 3128039. OLE color: 3128039.
HSL color Cylindrical-coordinate representation of color #E7BA2F: hue angle of 45.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7BA2F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 47 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.09 |
| HSL | 45.33º | 0.79% | 0.55% | - |
| HSV(B) | 45.33º | 0.8% | 0.91% | - |
| XYZ | 51.03 | 52.31 | 10.1 | - |
| YUV | 183.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 47 | 0 | 0.19 | 0.80 | 0.09 | 45.33 | 0.79 | 0.55 |
| Hex | E7 | BA | 2F | 0 | 13 | 50 | 9 | 2D | 4F | 37 |
| Octal | 347 | 272 | 57 | 0 | 23 | 120 | 11 | 55 | 117 | 67 |
| Binary | 11100111 | 10111010 | 101111 | 0 | 10011 | 1010000 | 1001 | 101101 | 1001111 | 110111 |
Color Harmonies of #E7BA2F
Complementary color
Monochromatic Colors of #E7BA2F
Black with #E7BA2F
Text Example
Text Example
White with #E7BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA2F; }
p { color: rgb(231,186,47); }
H1.HeaderClassName
{
color: #E7BA2F;
}
.AnyTagClassName
{
color: #E7BA2F;
}
</style>
background-color css
<style>
a { background-color: #E7BA2F; }
a { background-color: rgb(231,186,47); }
div.DivClassName
{
background-color: #E7BA2F;
}
.BgClassName
{
background-color: #E7BA2F;
}
</style>
border-color css
<style>
span { border-color: #E7BA2F; }
span { border-color: rgb(231,186,47); }
td.TdClassName
{
border-color: #E7BA2F;
}
.TagClassName
{
border-color: #E7BA2F;
}
</style>