Shades of Bright Sun #E9BA2F
Tints of Bright Sun #E9BA2F
RGB
CMYK
RGB Variations
Color information
#E9BA2F (or 0xE9BA2F) is known color: Bright Sun. HEX triplet: E9, BA and 2F. RGB value is (233,186,47). Sum of RGB (Red+Green+Blue) = 233+186+47=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BA2F is #1645D0. Grayscale: #B8B8B8. Windows color (decimal): -1459665 or 3128041. OLE color: 3128041.
HSL color Cylindrical-coordinate representation of color #E9BA2F: hue angle of 44.84º degrees, saturation: 0.81, 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 #E9BA2F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 47 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.09 |
| HSL | 44.84º | 0.81% | 0.55% | - |
| HSV(B) | 44.84º | 0.8% | 0.91% | - |
| XYZ | 51.68 | 52.65 | 10.13 | - |
| YUV | 184.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 47 | 0 | 0.20 | 0.80 | 0.09 | 44.84 | 0.81 | 0.55 |
| Hex | E9 | BA | 2F | 0 | 14 | 50 | 9 | 2D | 51 | 37 |
| Octal | 351 | 272 | 57 | 0 | 24 | 120 | 11 | 55 | 121 | 67 |
| Binary | 11101001 | 10111010 | 101111 | 0 | 10100 | 1010000 | 1001 | 101101 | 1010001 | 110111 |
Color Harmonies of #E9BA2F
Complementary color
Monochromatic Colors of #E9BA2F
Black with #E9BA2F
Text Example
Text Example
White with #E9BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA2F; }
p { color: rgb(233,186,47); }
H1.HeaderClassName
{
color: #E9BA2F;
}
.AnyTagClassName
{
color: #E9BA2F;
}
</style>
background-color css
<style>
a { background-color: #E9BA2F; }
a { background-color: rgb(233,186,47); }
div.DivClassName
{
background-color: #E9BA2F;
}
.BgClassName
{
background-color: #E9BA2F;
}
</style>
border-color css
<style>
span { border-color: #E9BA2F; }
span { border-color: rgb(233,186,47); }
td.TdClassName
{
border-color: #E9BA2F;
}
.TagClassName
{
border-color: #E9BA2F;
}
</style>