Shades of Bright Sun #E5BF28
Tints of Bright Sun #E5BF28
RGB
CMYK
RGB Variations
Color information
#E5BF28 (or 0xE5BF28) is known color: Bright Sun. HEX triplet: E5, BF and 28. RGB value is (229,191,40). Sum of RGB (Red+Green+Blue) = 229+191+40=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF28 is #1A40D7. Grayscale: #B9B9B9. Windows color (decimal): -1720536 or 2670565. OLE color: 2670565.
HSL color Cylindrical-coordinate representation of color #E5BF28: hue angle of 47.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5BF28 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 40 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.10 |
| HSL | 47.94º | 0.78% | 0.53% | - |
| HSV(B) | 47.94º | 0.83% | 0.9% | - |
| XYZ | 51.33 | 54.07 | 9.74 | - |
| YUV | 185.15 | 46.09 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 40 | 0 | 0.17 | 0.83 | 0.10 | 47.94 | 0.78 | 0.53 |
| Hex | E5 | BF | 28 | 0 | 11 | 53 | A | 30 | 4E | 35 |
| Octal | 345 | 277 | 50 | 0 | 21 | 123 | 12 | 60 | 116 | 65 |
| Binary | 11100101 | 10111111 | 101000 | 0 | 10001 | 1010011 | 1010 | 110000 | 1001110 | 110101 |
Color Harmonies of #E5BF28
Complementary color
Monochromatic Colors of #E5BF28
Black with #E5BF28
Text Example
Text Example
White with #E5BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF28; }
p { color: rgb(229,191,40); }
H1.HeaderClassName
{
color: #E5BF28;
}
.AnyTagClassName
{
color: #E5BF28;
}
</style>
background-color css
<style>
a { background-color: #E5BF28; }
a { background-color: rgb(229,191,40); }
div.DivClassName
{
background-color: #E5BF28;
}
.BgClassName
{
background-color: #E5BF28;
}
</style>
border-color css
<style>
span { border-color: #E5BF28; }
span { border-color: rgb(229,191,40); }
td.TdClassName
{
border-color: #E5BF28;
}
.TagClassName
{
border-color: #E5BF28;
}
</style>