Shades of Bright Sun #E9BC31
Tints of Bright Sun #E9BC31
RGB
CMYK
RGB Variations
Color information
#E9BC31 (or 0xE9BC31) is known color: Bright Sun. HEX triplet: E9, BC and 31. RGB value is (233,188,49). Sum of RGB (Red+Green+Blue) = 233+188+49=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BC31 is #1643CE. Grayscale: #BABABA. Windows color (decimal): -1459151 or 3259625. OLE color: 3259625.
HSL color Cylindrical-coordinate representation of color #E9BC31: hue angle of 45.33º degrees, saturation: 0.81, 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 #E9BC31 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 49 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.09 |
| HSL | 45.33º | 0.81% | 0.55% | - |
| HSV(B) | 45.33º | 0.79% | 0.91% | - |
| XYZ | 52.14 | 53.51 | 10.49 | - |
| YUV | 185.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 49 | 0 | 0.19 | 0.79 | 0.09 | 45.33 | 0.81 | 0.55 |
| Hex | E9 | BC | 31 | 0 | 13 | 4F | 9 | 2D | 51 | 37 |
| Octal | 351 | 274 | 61 | 0 | 23 | 117 | 11 | 55 | 121 | 67 |
| Binary | 11101001 | 10111100 | 110001 | 0 | 10011 | 1001111 | 1001 | 101101 | 1010001 | 110111 |
Color Harmonies of #E9BC31
Complementary color
Monochromatic Colors of #E9BC31
Black with #E9BC31
Text Example
Text Example
White with #E9BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC31; }
p { color: rgb(233,188,49); }
H1.HeaderClassName
{
color: #E9BC31;
}
.AnyTagClassName
{
color: #E9BC31;
}
</style>
background-color css
<style>
a { background-color: #E9BC31; }
a { background-color: rgb(233,188,49); }
div.DivClassName
{
background-color: #E9BC31;
}
.BgClassName
{
background-color: #E9BC31;
}
</style>
border-color css
<style>
span { border-color: #E9BC31; }
span { border-color: rgb(233,188,49); }
td.TdClassName
{
border-color: #E9BC31;
}
.TagClassName
{
border-color: #E9BC31;
}
</style>