Shades of Bright Sun #E5BC24
Tints of Bright Sun #E5BC24
RGB
CMYK
RGB Variations
Color information
#E5BC24 (or 0xE5BC24) is known color: Bright Sun. HEX triplet: E5, BC and 24. RGB value is (229,188,36). Sum of RGB (Red+Green+Blue) = 229+188+36=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC24 is #1A43DB. Grayscale: #B7B7B7. Windows color (decimal): -1721308 or 2407653. OLE color: 2407653.
HSL color Cylindrical-coordinate representation of color #E5BC24: hue angle of 47.25º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5BC24 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 36 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.10 |
| HSL | 47.25º | 0.79% | 0.52% | - |
| HSV(B) | 47.25º | 0.84% | 0.9% | - |
| XYZ | 50.61 | 52.75 | 9.18 | - |
| YUV | 182.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 36 | 0 | 0.18 | 0.84 | 0.10 | 47.25 | 0.79 | 0.52 |
| Hex | E5 | BC | 24 | 0 | 12 | 54 | A | 2F | 4F | 34 |
| Octal | 345 | 274 | 44 | 0 | 22 | 124 | 12 | 57 | 117 | 64 |
| Binary | 11100101 | 10111100 | 100100 | 0 | 10010 | 1010100 | 1010 | 101111 | 1001111 | 110100 |
Color Harmonies of #E5BC24
Complementary color
Monochromatic Colors of #E5BC24
Black with #E5BC24
Text Example
Text Example
White with #E5BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC24; }
p { color: rgb(229,188,36); }
H1.HeaderClassName
{
color: #E5BC24;
}
.AnyTagClassName
{
color: #E5BC24;
}
</style>
background-color css
<style>
a { background-color: #E5BC24; }
a { background-color: rgb(229,188,36); }
div.DivClassName
{
background-color: #E5BC24;
}
.BgClassName
{
background-color: #E5BC24;
}
</style>
border-color css
<style>
span { border-color: #E5BC24; }
span { border-color: rgb(229,188,36); }
td.TdClassName
{
border-color: #E5BC24;
}
.TagClassName
{
border-color: #E5BC24;
}
</style>