Shades of Bright Sun #E9BE32
Tints of Bright Sun #E9BE32
RGB
CMYK
RGB Variations
Color information
#E9BE32 (or 0xE9BE32) is known color: Bright Sun. HEX triplet: E9, BE and 32. RGB value is (233,190,50). Sum of RGB (Red+Green+Blue) = 233+190+50=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BE32 is #1641CD. Grayscale: #BBBBBB. Windows color (decimal): -1458638 or 3325673. OLE color: 3325673.
HSL color Cylindrical-coordinate representation of color #E9BE32: hue angle of 45.9º 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 #E9BE32 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 50 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.09 |
| HSL | 45.9º | 0.81% | 0.55% | - |
| HSV(B) | 45.9º | 0.79% | 0.91% | - |
| XYZ | 52.59 | 54.38 | 10.74 | - |
| YUV | 186.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 50 | 0 | 0.18 | 0.79 | 0.09 | 45.9 | 0.81 | 0.55 |
| Hex | E9 | BE | 32 | 0 | 12 | 4F | 9 | 2E | 51 | 37 |
| Octal | 351 | 276 | 62 | 0 | 22 | 117 | 11 | 56 | 121 | 67 |
| Binary | 11101001 | 10111110 | 110010 | 0 | 10010 | 1001111 | 1001 | 101110 | 1010001 | 110111 |
Color Harmonies of #E9BE32
Complementary color
Monochromatic Colors of #E9BE32
Black with #E9BE32
Text Example
Text Example
White with #E9BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BE32; }
p { color: rgb(233,190,50); }
H1.HeaderClassName
{
color: #E9BE32;
}
.AnyTagClassName
{
color: #E9BE32;
}
</style>
background-color css
<style>
a { background-color: #E9BE32; }
a { background-color: rgb(233,190,50); }
div.DivClassName
{
background-color: #E9BE32;
}
.BgClassName
{
background-color: #E9BE32;
}
</style>
border-color css
<style>
span { border-color: #E9BE32; }
span { border-color: rgb(233,190,50); }
td.TdClassName
{
border-color: #E9BE32;
}
.TagClassName
{
border-color: #E9BE32;
}
</style>