Shades of Bright Sun #E5B92C
Tints of Bright Sun #E5B92C
RGB
CMYK
RGB Variations
Color information
#E5B92C (or 0xE5B92C) is known color: Bright Sun. HEX triplet: E5, B9 and 2C. RGB value is (229,185,44). Sum of RGB (Red+Green+Blue) = 229+185+44=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B92C is #1A46D3. Grayscale: #B6B6B6. Windows color (decimal): -1722068 or 2931173. OLE color: 2931173.
HSL color Cylindrical-coordinate representation of color #E5B92C: hue angle of 45.73º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5B92C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 44 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.10 |
| HSL | 45.73º | 0.78% | 0.54% | - |
| HSV(B) | 45.73º | 0.81% | 0.9% | - |
| XYZ | 50.12 | 51.54 | 9.69 | - |
| YUV | 182.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 44 | 0 | 0.19 | 0.81 | 0.10 | 45.73 | 0.78 | 0.54 |
| Hex | E5 | B9 | 2C | 0 | 13 | 51 | A | 2E | 4E | 36 |
| Octal | 345 | 271 | 54 | 0 | 23 | 121 | 12 | 56 | 116 | 66 |
| Binary | 11100101 | 10111001 | 101100 | 0 | 10011 | 1010001 | 1010 | 101110 | 1001110 | 110110 |
Color Harmonies of #E5B92C
Complementary color
Monochromatic Colors of #E5B92C
Black with #E5B92C
Text Example
Text Example
White with #E5B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B92C; }
p { color: rgb(229,185,44); }
H1.HeaderClassName
{
color: #E5B92C;
}
.AnyTagClassName
{
color: #E5B92C;
}
</style>
background-color css
<style>
a { background-color: #E5B92C; }
a { background-color: rgb(229,185,44); }
div.DivClassName
{
background-color: #E5B92C;
}
.BgClassName
{
background-color: #E5B92C;
}
</style>
border-color css
<style>
span { border-color: #E5B92C; }
span { border-color: rgb(229,185,44); }
td.TdClassName
{
border-color: #E5B92C;
}
.TagClassName
{
border-color: #E5B92C;
}
</style>