Shades of Starship #E9E53A
Tints of Starship #E9E53A
RGB
CMYK
RGB Variations
Color information
#E9E53A (or 0xE9E53A) is known color: Starship. HEX triplet: E9, E5 and 3A. RGB value is (233,229,58). Sum of RGB (Red+Green+Blue) = 233+229+58=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E53A is #161AC5. Grayscale: #D3D3D3. Windows color (decimal): -1448646 or 3859945. OLE color: 3859945.
HSL color Cylindrical-coordinate representation of color #E9E53A: hue angle of 58.63º 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 #E9E53A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 58 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.09 |
| HSL | 58.63º | 0.8% | 0.57% | - |
| HSV(B) | 58.63º | 0.75% | 0.91% | - |
| XYZ | 62.39 | 73.67 | 14.93 | - |
| YUV | 210.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 58 | 0 | 0.02 | 0.75 | 0.09 | 58.63 | 0.8 | 0.57 |
| Hex | E9 | E5 | 3A | 0 | 2 | 4B | 9 | 3B | 50 | 39 |
| Octal | 351 | 345 | 72 | 0 | 2 | 113 | 11 | 73 | 120 | 71 |
| Binary | 11101001 | 11100101 | 111010 | 0 | 10 | 1001011 | 1001 | 111011 | 1010000 | 111001 |
Color Harmonies of #E9E53A
Complementary color
Monochromatic Colors of #E9E53A
Black with #E9E53A
Text Example
Text Example
White with #E9E53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E53A; }
p { color: rgb(233,229,58); }
H1.HeaderClassName
{
color: #E9E53A;
}
.AnyTagClassName
{
color: #E9E53A;
}
</style>
background-color css
<style>
a { background-color: #E9E53A; }
a { background-color: rgb(233,229,58); }
div.DivClassName
{
background-color: #E9E53A;
}
.BgClassName
{
background-color: #E9E53A;
}
</style>
border-color css
<style>
span { border-color: #E9E53A; }
span { border-color: rgb(233,229,58); }
td.TdClassName
{
border-color: #E9E53A;
}
.TagClassName
{
border-color: #E9E53A;
}
</style>