Shades of Bright Sun #E9BB34
Tints of Bright Sun #E9BB34
RGB
CMYK
RGB Variations
Color information
#E9BB34 (or 0xE9BB34) is known color: Bright Sun. HEX triplet: E9, BB and 34. RGB value is (233,187,52). Sum of RGB (Red+Green+Blue) = 233+187+52=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BB34 is #1644CB. Grayscale: #B9B9B9. Windows color (decimal): -1459404 or 3455977. OLE color: 3455977.
HSL color Cylindrical-coordinate representation of color #E9BB34: hue angle of 44.75º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9BB34 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 52 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.09 |
| HSL | 44.75º | 0.8% | 0.56% | - |
| HSV(B) | 44.75º | 0.78% | 0.91% | - |
| XYZ | 51.99 | 53.11 | 10.76 | - |
| YUV | 185.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 52 | 0 | 0.20 | 0.78 | 0.09 | 44.75 | 0.8 | 0.56 |
| Hex | E9 | BB | 34 | 0 | 14 | 4E | 9 | 2D | 50 | 38 |
| Octal | 351 | 273 | 64 | 0 | 24 | 116 | 11 | 55 | 120 | 70 |
| Binary | 11101001 | 10111011 | 110100 | 0 | 10100 | 1001110 | 1001 | 101101 | 1010000 | 111000 |
Color Harmonies of #E9BB34
Complementary color
Monochromatic Colors of #E9BB34
Black with #E9BB34
Text Example
Text Example
White with #E9BB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BB34; }
p { color: rgb(233,187,52); }
H1.HeaderClassName
{
color: #E9BB34;
}
.AnyTagClassName
{
color: #E9BB34;
}
</style>
background-color css
<style>
a { background-color: #E9BB34; }
a { background-color: rgb(233,187,52); }
div.DivClassName
{
background-color: #E9BB34;
}
.BgClassName
{
background-color: #E9BB34;
}
</style>
border-color css
<style>
span { border-color: #E9BB34; }
span { border-color: rgb(233,187,52); }
td.TdClassName
{
border-color: #E9BB34;
}
.TagClassName
{
border-color: #E9BB34;
}
</style>