Shades of Bright Sun #E9BD34
Tints of Bright Sun #E9BD34
RGB
CMYK
RGB Variations
Color information
#E9BD34 (or 0xE9BD34) is known color: Bright Sun. HEX triplet: E9, BD and 34. RGB value is (233,189,52). Sum of RGB (Red+Green+Blue) = 233+189+52=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BD34 is #1642CB. Grayscale: #BBBBBB. Windows color (decimal): -1458892 or 3456489. OLE color: 3456489.
HSL color Cylindrical-coordinate representation of color #E9BD34: hue angle of 45.41º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9BD34 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 52 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.09 |
| HSL | 45.41º | 0.8% | 0.56% | - |
| HSV(B) | 45.41º | 0.78% | 0.91% | - |
| XYZ | 52.42 | 53.97 | 10.9 | - |
| YUV | 186.54 | 52.08 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 52 | 0 | 0.19 | 0.78 | 0.09 | 45.41 | 0.8 | 0.56 |
| Hex | E9 | BD | 34 | 0 | 13 | 4E | 9 | 2D | 50 | 38 |
| Octal | 351 | 275 | 64 | 0 | 23 | 116 | 11 | 55 | 120 | 70 |
| Binary | 11101001 | 10111101 | 110100 | 0 | 10011 | 1001110 | 1001 | 101101 | 1010000 | 111000 |
Color Harmonies of #E9BD34
Complementary color
Monochromatic Colors of #E9BD34
Black with #E9BD34
Text Example
Text Example
White with #E9BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD34; }
p { color: rgb(233,189,52); }
H1.HeaderClassName
{
color: #E9BD34;
}
.AnyTagClassName
{
color: #E9BD34;
}
</style>
background-color css
<style>
a { background-color: #E9BD34; }
a { background-color: rgb(233,189,52); }
div.DivClassName
{
background-color: #E9BD34;
}
.BgClassName
{
background-color: #E9BD34;
}
</style>
border-color css
<style>
span { border-color: #E9BD34; }
span { border-color: rgb(233,189,52); }
td.TdClassName
{
border-color: #E9BD34;
}
.TagClassName
{
border-color: #E9BD34;
}
</style>