Shades of Bright Sun #E9BD2C
Tints of Bright Sun #E9BD2C
RGB
CMYK
RGB Variations
Color information
#E9BD2C (or 0xE9BD2C) is known color: Bright Sun. HEX triplet: E9, BD and 2C. RGB value is (233,189,44). Sum of RGB (Red+Green+Blue) = 233+189+44=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BD2C is #1642D3. Grayscale: #BABABA. Windows color (decimal): -1458900 or 2932201. OLE color: 2932201.
HSL color Cylindrical-coordinate representation of color #E9BD2C: hue angle of 46.03º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9BD2C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 44 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.09 |
| HSL | 46.03º | 0.81% | 0.54% | - |
| HSV(B) | 46.03º | 0.81% | 0.91% | - |
| XYZ | 52.26 | 53.9 | 10.03 | - |
| YUV | 185.63 | 48.08 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 44 | 0 | 0.19 | 0.81 | 0.09 | 46.03 | 0.81 | 0.54 |
| Hex | E9 | BD | 2C | 0 | 13 | 51 | 9 | 2E | 51 | 36 |
| Octal | 351 | 275 | 54 | 0 | 23 | 121 | 11 | 56 | 121 | 66 |
| Binary | 11101001 | 10111101 | 101100 | 0 | 10011 | 1010001 | 1001 | 101110 | 1010001 | 110110 |
Color Harmonies of #E9BD2C
Complementary color
Monochromatic Colors of #E9BD2C
Black with #E9BD2C
Text Example
Text Example
White with #E9BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD2C; }
p { color: rgb(233,189,44); }
H1.HeaderClassName
{
color: #E9BD2C;
}
.AnyTagClassName
{
color: #E9BD2C;
}
</style>
background-color css
<style>
a { background-color: #E9BD2C; }
a { background-color: rgb(233,189,44); }
div.DivClassName
{
background-color: #E9BD2C;
}
.BgClassName
{
background-color: #E9BD2C;
}
</style>
border-color css
<style>
span { border-color: #E9BD2C; }
span { border-color: rgb(233,189,44); }
td.TdClassName
{
border-color: #E9BD2C;
}
.TagClassName
{
border-color: #E9BD2C;
}
</style>