Shades of Starship #E1ED3C
Tints of Starship #E1ED3C
RGB
CMYK
RGB Variations
Color information
#E1ED3C (or 0xE1ED3C) is known color: Starship. HEX triplet: E1, ED and 3C. RGB value is (225,237,60). Sum of RGB (Red+Green+Blue) = 225+237+60=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED3C is #1E12C3. Grayscale: #D5D5D5. Windows color (decimal): -1970884 or 3993057. OLE color: 3993057.
HSL color Cylindrical-coordinate representation of color #E1ED3C: hue angle of 64.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1ED3C is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 60 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.07 |
| HSL | 64.07º | 0.83% | 0.58% | - |
| HSV(B) | 64.07º | 0.75% | 0.93% | - |
| XYZ | 62.15 | 76.9 | 15.84 | - |
| YUV | 213.23 | 41.52 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 60 | 0.05 | 0 | 0.75 | 0.07 | 64.07 | 0.83 | 0.58 |
| Hex | E1 | ED | 3C | 5 | 0 | 4B | 7 | 40 | 53 | 3A |
| Octal | 341 | 355 | 74 | 5 | 0 | 113 | 7 | 100 | 123 | 72 |
| Binary | 11100001 | 11101101 | 111100 | 101 | 0 | 1001011 | 111 | 1000000 | 1010011 | 111010 |
Color Harmonies of #E1ED3C
Complementary color
Monochromatic Colors of #E1ED3C
Black with #E1ED3C
Text Example
Text Example
White with #E1ED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED3C; }
p { color: rgb(225,237,60); }
H1.HeaderClassName
{
color: #E1ED3C;
}
.AnyTagClassName
{
color: #E1ED3C;
}
</style>
background-color css
<style>
a { background-color: #E1ED3C; }
a { background-color: rgb(225,237,60); }
div.DivClassName
{
background-color: #E1ED3C;
}
.BgClassName
{
background-color: #E1ED3C;
}
</style>
border-color css
<style>
span { border-color: #E1ED3C; }
span { border-color: rgb(225,237,60); }
td.TdClassName
{
border-color: #E1ED3C;
}
.TagClassName
{
border-color: #E1ED3C;
}
</style>