Shades of Bright Sun #E9B52C
Tints of Bright Sun #E9B52C
RGB
CMYK
RGB Variations
Color information
#E9B52C (or 0xE9B52C) is known color: Bright Sun. HEX triplet: E9, B5 and 2C. RGB value is (233,181,44). Sum of RGB (Red+Green+Blue) = 233+181+44=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B52C is #164AD3. Grayscale: #B5B5B5. Windows color (decimal): -1460948 or 2930153. OLE color: 2930153.
HSL color Cylindrical-coordinate representation of color #E9B52C: hue angle of 43.49º 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 #E9B52C is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 181 | 44 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.09 |
| HSL | 43.49º | 0.81% | 0.54% | - |
| HSV(B) | 43.49º | 0.81% | 0.91% | - |
| XYZ | 50.58 | 50.55 | 9.47 | - |
| YUV | 180.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 44 | 0 | 0.22 | 0.81 | 0.09 | 43.49 | 0.81 | 0.54 |
| Hex | E9 | B5 | 2C | 0 | 16 | 51 | 9 | 2B | 51 | 36 |
| Octal | 351 | 265 | 54 | 0 | 26 | 121 | 11 | 53 | 121 | 66 |
| Binary | 11101001 | 10110101 | 101100 | 0 | 10110 | 1010001 | 1001 | 101011 | 1010001 | 110110 |
Color Harmonies of #E9B52C
Complementary color
Monochromatic Colors of #E9B52C
Black with #E9B52C
Text Example
Text Example
White with #E9B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B52C; }
p { color: rgb(233,181,44); }
H1.HeaderClassName
{
color: #E9B52C;
}
.AnyTagClassName
{
color: #E9B52C;
}
</style>
background-color css
<style>
a { background-color: #E9B52C; }
a { background-color: rgb(233,181,44); }
div.DivClassName
{
background-color: #E9B52C;
}
.BgClassName
{
background-color: #E9B52C;
}
</style>
border-color css
<style>
span { border-color: #E9B52C; }
span { border-color: rgb(233,181,44); }
td.TdClassName
{
border-color: #E9B52C;
}
.TagClassName
{
border-color: #E9B52C;
}
</style>