Shades of Bright Sun #E9BC2B
Tints of Bright Sun #E9BC2B
RGB
CMYK
RGB Variations
Color information
#E9BC2B (or 0xE9BC2B) is known color: Bright Sun. HEX triplet: E9, BC and 2B. RGB value is (233,188,43). Sum of RGB (Red+Green+Blue) = 233+188+43=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BC2B is #1643D4. Grayscale: #B9B9B9. Windows color (decimal): -1459157 or 2866409. OLE color: 2866409.
HSL color Cylindrical-coordinate representation of color #E9BC2B: hue angle of 45.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9BC2B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 43 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.09 |
| HSL | 45.79º | 0.81% | 0.54% | - |
| HSV(B) | 45.79º | 0.82% | 0.91% | - |
| XYZ | 52.02 | 53.46 | 9.86 | - |
| YUV | 184.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 43 | 0 | 0.19 | 0.82 | 0.09 | 45.79 | 0.81 | 0.54 |
| Hex | E9 | BC | 2B | 0 | 13 | 52 | 9 | 2E | 51 | 36 |
| Octal | 351 | 274 | 53 | 0 | 23 | 122 | 11 | 56 | 121 | 66 |
| Binary | 11101001 | 10111100 | 101011 | 0 | 10011 | 1010010 | 1001 | 101110 | 1010001 | 110110 |
Color Harmonies of #E9BC2B
Complementary color
Monochromatic Colors of #E9BC2B
Black with #E9BC2B
Text Example
Text Example
White with #E9BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC2B; }
p { color: rgb(233,188,43); }
H1.HeaderClassName
{
color: #E9BC2B;
}
.AnyTagClassName
{
color: #E9BC2B;
}
</style>
background-color css
<style>
a { background-color: #E9BC2B; }
a { background-color: rgb(233,188,43); }
div.DivClassName
{
background-color: #E9BC2B;
}
.BgClassName
{
background-color: #E9BC2B;
}
</style>
border-color css
<style>
span { border-color: #E9BC2B; }
span { border-color: rgb(233,188,43); }
td.TdClassName
{
border-color: #E9BC2B;
}
.TagClassName
{
border-color: #E9BC2B;
}
</style>