Shades of Starship #E9ED40
Tints of Starship #E9ED40
RGB
CMYK
RGB Variations
Color information
#E9ED40 (or 0xE9ED40) is known color: Starship. HEX triplet: E9, ED and 40. RGB value is (233,237,64). Sum of RGB (Red+Green+Blue) = 233+237+64=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9ED40 is #1612BF. Grayscale: #D8D8D8. Windows color (decimal): -1446592 or 4255209. OLE color: 4255209.
HSL color Cylindrical-coordinate representation of color #E9ED40: hue angle of 61.39º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9ED40 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 64 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.07 |
| HSL | 61.39º | 0.83% | 0.59% | - |
| HSV(B) | 61.39º | 0.73% | 0.93% | - |
| XYZ | 64.81 | 78.26 | 16.54 | - |
| YUV | 216.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 64 | 0.02 | 0 | 0.73 | 0.07 | 61.39 | 0.83 | 0.59 |
| Hex | E9 | ED | 40 | 2 | 0 | 49 | 7 | 3D | 53 | 3B |
| Octal | 351 | 355 | 100 | 2 | 0 | 111 | 7 | 75 | 123 | 73 |
| Binary | 11101001 | 11101101 | 1000000 | 10 | 0 | 1001001 | 111 | 111101 | 1010011 | 111011 |
Color Harmonies of #E9ED40
Complementary color
Monochromatic Colors of #E9ED40
Black with #E9ED40
Text Example
Text Example
White with #E9ED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ED40; }
p { color: rgb(233,237,64); }
H1.HeaderClassName
{
color: #E9ED40;
}
.AnyTagClassName
{
color: #E9ED40;
}
</style>
background-color css
<style>
a { background-color: #E9ED40; }
a { background-color: rgb(233,237,64); }
div.DivClassName
{
background-color: #E9ED40;
}
.BgClassName
{
background-color: #E9ED40;
}
</style>
border-color css
<style>
span { border-color: #E9ED40; }
span { border-color: rgb(233,237,64); }
td.TdClassName
{
border-color: #E9ED40;
}
.TagClassName
{
border-color: #E9ED40;
}
</style>