Shades of Bright Sun #E9BF2D
Tints of Bright Sun #E9BF2D
RGB
CMYK
RGB Variations
Color information
#E9BF2D (or 0xE9BF2D) is known color: Bright Sun. HEX triplet: E9, BF and 2D. RGB value is (233,191,45). Sum of RGB (Red+Green+Blue) = 233+191+45=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BF2D is #1640D2. Grayscale: #BBBBBB. Windows color (decimal): -1458387 or 2998249. OLE color: 2998249.
HSL color Cylindrical-coordinate representation of color #E9BF2D: hue angle of 46.6º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9BF2D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 45 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.09 |
| HSL | 46.6º | 0.81% | 0.55% | - |
| HSV(B) | 46.6º | 0.81% | 0.91% | - |
| XYZ | 52.71 | 54.77 | 10.28 | - |
| YUV | 186.91 | 47.91 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 45 | 0 | 0.18 | 0.81 | 0.09 | 46.6 | 0.81 | 0.55 |
| Hex | E9 | BF | 2D | 0 | 12 | 51 | 9 | 2F | 51 | 37 |
| Octal | 351 | 277 | 55 | 0 | 22 | 121 | 11 | 57 | 121 | 67 |
| Binary | 11101001 | 10111111 | 101101 | 0 | 10010 | 1010001 | 1001 | 101111 | 1010001 | 110111 |
Color Harmonies of #E9BF2D
Complementary color
Monochromatic Colors of #E9BF2D
Black with #E9BF2D
Text Example
Text Example
White with #E9BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BF2D; }
p { color: rgb(233,191,45); }
H1.HeaderClassName
{
color: #E9BF2D;
}
.AnyTagClassName
{
color: #E9BF2D;
}
</style>
background-color css
<style>
a { background-color: #E9BF2D; }
a { background-color: rgb(233,191,45); }
div.DivClassName
{
background-color: #E9BF2D;
}
.BgClassName
{
background-color: #E9BF2D;
}
</style>
border-color css
<style>
span { border-color: #E9BF2D; }
span { border-color: rgb(233,191,45); }
td.TdClassName
{
border-color: #E9BF2D;
}
.TagClassName
{
border-color: #E9BF2D;
}
</style>