Shades of Starship #E9ED41
Tints of Starship #E9ED41
RGB
CMYK
RGB Variations
Color information
#E9ED41 (or 0xE9ED41) is known color: Starship. HEX triplet: E9, ED and 41. RGB value is (233,237,65). Sum of RGB (Red+Green+Blue) = 233+237+65=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9ED41 is #1612BE. Grayscale: #D8D8D8. Windows color (decimal): -1446591 or 4320745. OLE color: 4320745.
HSL color Cylindrical-coordinate representation of color #E9ED41: hue angle of 61.4º 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 #E9ED41 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 65 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.07 |
| HSL | 61.4º | 0.83% | 0.59% | - |
| HSV(B) | 61.4º | 0.73% | 0.93% | - |
| XYZ | 64.84 | 78.27 | 16.69 | - |
| YUV | 216.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 65 | 0.02 | 0 | 0.73 | 0.07 | 61.4 | 0.83 | 0.59 |
| Hex | E9 | ED | 41 | 2 | 0 | 49 | 7 | 3D | 53 | 3B |
| Octal | 351 | 355 | 101 | 2 | 0 | 111 | 7 | 75 | 123 | 73 |
| Binary | 11101001 | 11101101 | 1000001 | 10 | 0 | 1001001 | 111 | 111101 | 1010011 | 111011 |
Color Harmonies of #E9ED41
Complementary color
Monochromatic Colors of #E9ED41
Black with #E9ED41
Text Example
Text Example
White with #E9ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ED41; }
p { color: rgb(233,237,65); }
H1.HeaderClassName
{
color: #E9ED41;
}
.AnyTagClassName
{
color: #E9ED41;
}
</style>
background-color css
<style>
a { background-color: #E9ED41; }
a { background-color: rgb(233,237,65); }
div.DivClassName
{
background-color: #E9ED41;
}
.BgClassName
{
background-color: #E9ED41;
}
</style>
border-color css
<style>
span { border-color: #E9ED41; }
span { border-color: rgb(233,237,65); }
td.TdClassName
{
border-color: #E9ED41;
}
.TagClassName
{
border-color: #E9ED41;
}
</style>