Shades of Starship #E1ED34
Tints of Starship #E1ED34
RGB
CMYK
RGB Variations
Color information
#E1ED34 (or 0xE1ED34) is known color: Starship. HEX triplet: E1, ED and 34. RGB value is (225,237,52). Sum of RGB (Red+Green+Blue) = 225+237+52=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED34 is #1E12CB. Grayscale: #D5D5D5. Windows color (decimal): -1970892 or 3468769. OLE color: 3468769.
HSL color Cylindrical-coordinate representation of color #E1ED34: hue angle of 63.89º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1ED34 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 52 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.07 |
| HSL | 63.89º | 0.84% | 0.57% | - |
| HSV(B) | 63.89º | 0.78% | 0.93% | - |
| XYZ | 61.96 | 76.82 | 14.81 | - |
| YUV | 212.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 52 | 0.05 | 0 | 0.78 | 0.07 | 63.89 | 0.84 | 0.57 |
| Hex | E1 | ED | 34 | 5 | 0 | 4E | 7 | 40 | 54 | 39 |
| Octal | 341 | 355 | 64 | 5 | 0 | 116 | 7 | 100 | 124 | 71 |
| Binary | 11100001 | 11101101 | 110100 | 101 | 0 | 1001110 | 111 | 1000000 | 1010100 | 111001 |
Color Harmonies of #E1ED34
Complementary color
Monochromatic Colors of #E1ED34
Black with #E1ED34
Text Example
Text Example
White with #E1ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED34; }
p { color: rgb(225,237,52); }
H1.HeaderClassName
{
color: #E1ED34;
}
.AnyTagClassName
{
color: #E1ED34;
}
</style>
background-color css
<style>
a { background-color: #E1ED34; }
a { background-color: rgb(225,237,52); }
div.DivClassName
{
background-color: #E1ED34;
}
.BgClassName
{
background-color: #E1ED34;
}
</style>
border-color css
<style>
span { border-color: #E1ED34; }
span { border-color: rgb(225,237,52); }
td.TdClassName
{
border-color: #E1ED34;
}
.TagClassName
{
border-color: #E1ED34;
}
</style>