Shades of Bright Sun #E9BD31
Tints of Bright Sun #E9BD31
RGB
CMYK
RGB Variations
Color information
#E9BD31 (or 0xE9BD31) is known color: Bright Sun. HEX triplet: E9, BD and 31. RGB value is (233,189,49). Sum of RGB (Red+Green+Blue) = 233+189+49=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BD31 is #1642CE. Grayscale: #BABABA. Windows color (decimal): -1458895 or 3259881. OLE color: 3259881.
HSL color Cylindrical-coordinate representation of color #E9BD31: hue angle of 45.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9BD31 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 49 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.09 |
| HSL | 45.65º | 0.81% | 0.55% | - |
| HSV(B) | 45.65º | 0.79% | 0.91% | - |
| XYZ | 52.36 | 53.94 | 10.56 | - |
| YUV | 186.2 | 50.58 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 49 | 0 | 0.19 | 0.79 | 0.09 | 45.65 | 0.81 | 0.55 |
| Hex | E9 | BD | 31 | 0 | 13 | 4F | 9 | 2E | 51 | 37 |
| Octal | 351 | 275 | 61 | 0 | 23 | 117 | 11 | 56 | 121 | 67 |
| Binary | 11101001 | 10111101 | 110001 | 0 | 10011 | 1001111 | 1001 | 101110 | 1010001 | 110111 |
Color Harmonies of #E9BD31
Complementary color
Monochromatic Colors of #E9BD31
Black with #E9BD31
Text Example
Text Example
White with #E9BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD31; }
p { color: rgb(233,189,49); }
H1.HeaderClassName
{
color: #E9BD31;
}
.AnyTagClassName
{
color: #E9BD31;
}
</style>
background-color css
<style>
a { background-color: #E9BD31; }
a { background-color: rgb(233,189,49); }
div.DivClassName
{
background-color: #E9BD31;
}
.BgClassName
{
background-color: #E9BD31;
}
</style>
border-color css
<style>
span { border-color: #E9BD31; }
span { border-color: rgb(233,189,49); }
td.TdClassName
{
border-color: #E9BD31;
}
.TagClassName
{
border-color: #E9BD31;
}
</style>