Shades of Bright Sun #E9BF24
Tints of Bright Sun #E9BF24
RGB
CMYK
RGB Variations
Color information
#E9BF24 (or 0xE9BF24) is known color: Bright Sun. HEX triplet: E9, BF and 24. RGB value is (233,191,36). Sum of RGB (Red+Green+Blue) = 233+191+36=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BF24 is #1640DB. Grayscale: #BABABA. Windows color (decimal): -1458396 or 2408425. OLE color: 2408425.
HSL color Cylindrical-coordinate representation of color #E9BF24: hue angle of 47.21º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9BF24 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 36 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.09 |
| HSL | 47.21º | 0.82% | 0.53% | - |
| HSV(B) | 47.21º | 0.85% | 0.91% | - |
| XYZ | 52.55 | 54.71 | 9.46 | - |
| YUV | 185.89 | 43.41 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 36 | 0 | 0.18 | 0.85 | 0.09 | 47.21 | 0.82 | 0.53 |
| Hex | E9 | BF | 24 | 0 | 12 | 55 | 9 | 2F | 52 | 35 |
| Octal | 351 | 277 | 44 | 0 | 22 | 125 | 11 | 57 | 122 | 65 |
| Binary | 11101001 | 10111111 | 100100 | 0 | 10010 | 1010101 | 1001 | 101111 | 1010010 | 110101 |
Color Harmonies of #E9BF24
Complementary color
Monochromatic Colors of #E9BF24
Black with #E9BF24
Text Example
Text Example
White with #E9BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BF24; }
p { color: rgb(233,191,36); }
H1.HeaderClassName
{
color: #E9BF24;
}
.AnyTagClassName
{
color: #E9BF24;
}
</style>
background-color css
<style>
a { background-color: #E9BF24; }
a { background-color: rgb(233,191,36); }
div.DivClassName
{
background-color: #E9BF24;
}
.BgClassName
{
background-color: #E9BF24;
}
</style>
border-color css
<style>
span { border-color: #E9BF24; }
span { border-color: rgb(233,191,36); }
td.TdClassName
{
border-color: #E9BF24;
}
.TagClassName
{
border-color: #E9BF24;
}
</style>