Shades of Bright Sun #E5BB32
Tints of Bright Sun #E5BB32
RGB
CMYK
RGB Variations
Color information
#E5BB32 (or 0xE5BB32) is known color: Bright Sun. HEX triplet: E5, BB and 32. RGB value is (229,187,50). Sum of RGB (Red+Green+Blue) = 229+187+50=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BB32 is #1A44CD. Grayscale: #B8B8B8. Windows color (decimal): -1721550 or 3324901. OLE color: 3324901.
HSL color Cylindrical-coordinate representation of color #E5BB32: hue angle of 45.92º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5BB32 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 50 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.10 |
| HSL | 45.92º | 0.77% | 0.55% | - |
| HSV(B) | 45.92º | 0.78% | 0.9% | - |
| XYZ | 50.66 | 52.43 | 10.47 | - |
| YUV | 183.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 50 | 0 | 0.18 | 0.78 | 0.10 | 45.92 | 0.77 | 0.55 |
| Hex | E5 | BB | 32 | 0 | 12 | 4E | A | 2E | 4D | 37 |
| Octal | 345 | 273 | 62 | 0 | 22 | 116 | 12 | 56 | 115 | 67 |
| Binary | 11100101 | 10111011 | 110010 | 0 | 10010 | 1001110 | 1010 | 101110 | 1001101 | 110111 |
Color Harmonies of #E5BB32
Complementary color
Monochromatic Colors of #E5BB32
Black with #E5BB32
Text Example
Text Example
White with #E5BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB32; }
p { color: rgb(229,187,50); }
H1.HeaderClassName
{
color: #E5BB32;
}
.AnyTagClassName
{
color: #E5BB32;
}
</style>
background-color css
<style>
a { background-color: #E5BB32; }
a { background-color: rgb(229,187,50); }
div.DivClassName
{
background-color: #E5BB32;
}
.BgClassName
{
background-color: #E5BB32;
}
</style>
border-color css
<style>
span { border-color: #E5BB32; }
span { border-color: rgb(229,187,50); }
td.TdClassName
{
border-color: #E5BB32;
}
.TagClassName
{
border-color: #E5BB32;
}
</style>