Shades of Starship #E9EB40
Tints of Starship #E9EB40
RGB
CMYK
RGB Variations
Color information
#E9EB40 (or 0xE9EB40) is known color: Starship. HEX triplet: E9, EB and 40. RGB value is (233,235,64). Sum of RGB (Red+Green+Blue) = 233+235+64=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9EB40 is #1614BF. Grayscale: #D7D7D7. Windows color (decimal): -1447104 or 4254697. OLE color: 4254697.
HSL color Cylindrical-coordinate representation of color #E9EB40: hue angle of 60.7º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9EB40 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 235 | 64 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.08 |
| HSL | 60.7º | 0.81% | 0.59% | - |
| HSV(B) | 60.7º | 0.73% | 0.92% | - |
| XYZ | 64.24 | 77.11 | 16.35 | - |
| YUV | 214.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 235 | 64 | 0.01 | 0 | 0.73 | 0.08 | 60.7 | 0.81 | 0.59 |
| Hex | E9 | EB | 40 | 1 | 0 | 49 | 8 | 3D | 51 | 3B |
| Octal | 351 | 353 | 100 | 1 | 0 | 111 | 10 | 75 | 121 | 73 |
| Binary | 11101001 | 11101011 | 1000000 | 1 | 0 | 1001001 | 1000 | 111101 | 1010001 | 111011 |
Color Harmonies of #E9EB40
Complementary color
Monochromatic Colors of #E9EB40
Black with #E9EB40
Text Example
Text Example
White with #E9EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EB40; }
p { color: rgb(233,235,64); }
H1.HeaderClassName
{
color: #E9EB40;
}
.AnyTagClassName
{
color: #E9EB40;
}
</style>
background-color css
<style>
a { background-color: #E9EB40; }
a { background-color: rgb(233,235,64); }
div.DivClassName
{
background-color: #E9EB40;
}
.BgClassName
{
background-color: #E9EB40;
}
</style>
border-color css
<style>
span { border-color: #E9EB40; }
span { border-color: rgb(233,235,64); }
td.TdClassName
{
border-color: #E9EB40;
}
.TagClassName
{
border-color: #E9EB40;
}
</style>