Shades of Bright Sun #E9C13A
Tints of Bright Sun #E9C13A
RGB
CMYK
RGB Variations
Color information
#E9C13A (or 0xE9C13A) is known color: Bright Sun. HEX triplet: E9, C1 and 3A. RGB value is (233,193,58). Sum of RGB (Red+Green+Blue) = 233+193+58=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C13A is #163EC5. Grayscale: #BEBEBE. Windows color (decimal): -1457862 or 3850729. OLE color: 3850729.
HSL color Cylindrical-coordinate representation of color #E9C13A: hue angle of 46.29º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E9C13A is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 193 | 58 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.09 |
| HSL | 46.29º | 0.8% | 0.57% | - |
| HSV(B) | 46.29º | 0.75% | 0.91% | - |
| XYZ | 53.44 | 55.77 | 11.95 | - |
| YUV | 189.57 | 53.75 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 193 | 58 | 0 | 0.17 | 0.75 | 0.09 | 46.29 | 0.8 | 0.57 |
| Hex | E9 | C1 | 3A | 0 | 11 | 4B | 9 | 2E | 50 | 39 |
| Octal | 351 | 301 | 72 | 0 | 21 | 113 | 11 | 56 | 120 | 71 |
| Binary | 11101001 | 11000001 | 111010 | 0 | 10001 | 1001011 | 1001 | 101110 | 1010000 | 111001 |
Color Harmonies of #E9C13A
Complementary color
Monochromatic Colors of #E9C13A
Black with #E9C13A
Text Example
Text Example
White with #E9C13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C13A; }
p { color: rgb(233,193,58); }
H1.HeaderClassName
{
color: #E9C13A;
}
.AnyTagClassName
{
color: #E9C13A;
}
</style>
background-color css
<style>
a { background-color: #E9C13A; }
a { background-color: rgb(233,193,58); }
div.DivClassName
{
background-color: #E9C13A;
}
.BgClassName
{
background-color: #E9C13A;
}
</style>
border-color css
<style>
span { border-color: #E9C13A; }
span { border-color: rgb(233,193,58); }
td.TdClassName
{
border-color: #E9C13A;
}
.TagClassName
{
border-color: #E9C13A;
}
</style>