Shades of Bright Sun #E5BF2F
Tints of Bright Sun #E5BF2F
RGB
CMYK
RGB Variations
Color information
#E5BF2F (or 0xE5BF2F) is known color: Bright Sun. HEX triplet: E5, BF and 2F. RGB value is (229,191,47). Sum of RGB (Red+Green+Blue) = 229+191+47=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF2F is #1A40D0. Grayscale: #BABABA. Windows color (decimal): -1720529 or 3129317. OLE color: 3129317.
HSL color Cylindrical-coordinate representation of color #E5BF2F: hue angle of 47.47º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5BF2F is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 47 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.10 |
| HSL | 47.47º | 0.78% | 0.54% | - |
| HSV(B) | 47.47º | 0.79% | 0.9% | - |
| XYZ | 51.46 | 54.12 | 10.42 | - |
| YUV | 185.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 47 | 0 | 0.17 | 0.79 | 0.10 | 47.47 | 0.78 | 0.54 |
| Hex | E5 | BF | 2F | 0 | 11 | 4F | A | 2F | 4E | 36 |
| Octal | 345 | 277 | 57 | 0 | 21 | 117 | 12 | 57 | 116 | 66 |
| Binary | 11100101 | 10111111 | 101111 | 0 | 10001 | 1001111 | 1010 | 101111 | 1001110 | 110110 |
Color Harmonies of #E5BF2F
Complementary color
Monochromatic Colors of #E5BF2F
Black with #E5BF2F
Text Example
Text Example
White with #E5BF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF2F; }
p { color: rgb(229,191,47); }
H1.HeaderClassName
{
color: #E5BF2F;
}
.AnyTagClassName
{
color: #E5BF2F;
}
</style>
background-color css
<style>
a { background-color: #E5BF2F; }
a { background-color: rgb(229,191,47); }
div.DivClassName
{
background-color: #E5BF2F;
}
.BgClassName
{
background-color: #E5BF2F;
}
</style>
border-color css
<style>
span { border-color: #E5BF2F; }
span { border-color: rgb(229,191,47); }
td.TdClassName
{
border-color: #E5BF2F;
}
.TagClassName
{
border-color: #E5BF2F;
}
</style>