Shades of Starship #E1F03B
Tints of Starship #E1F03B
RGB
CMYK
RGB Variations
Color information
#E1F03B (or 0xE1F03B) is known color: Starship. HEX triplet: E1, F0 and 3B. RGB value is (225,240,59). Sum of RGB (Red+Green+Blue) = 225+240+59=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F03B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F03B is #1E0FC4. Grayscale: #D7D7D7. Windows color (decimal): -1970117 or 3928289. OLE color: 3928289.
HSL color Cylindrical-coordinate representation of color #E1F03B: hue angle of 64.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1F03B is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 59 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.06 |
| HSL | 64.97º | 0.86% | 0.59% | - |
| HSV(B) | 64.97º | 0.75% | 0.94% | - |
| XYZ | 63 | 78.64 | 16 | - |
| YUV | 214.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 59 | 0.06 | 0 | 0.75 | 0.06 | 64.97 | 0.86 | 0.59 |
| Hex | E1 | F0 | 3B | 6 | 0 | 4B | 6 | 41 | 56 | 3B |
| Octal | 341 | 360 | 73 | 6 | 0 | 113 | 6 | 101 | 126 | 73 |
| Binary | 11100001 | 11110000 | 111011 | 110 | 0 | 1001011 | 110 | 1000001 | 1010110 | 111011 |
Color Harmonies of #E1F03B
Complementary color
Monochromatic Colors of #E1F03B
Black with #E1F03B
Text Example
Text Example
White with #E1F03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F03B; }
p { color: rgb(225,240,59); }
H1.HeaderClassName
{
color: #E1F03B;
}
.AnyTagClassName
{
color: #E1F03B;
}
</style>
background-color css
<style>
a { background-color: #E1F03B; }
a { background-color: rgb(225,240,59); }
div.DivClassName
{
background-color: #E1F03B;
}
.BgClassName
{
background-color: #E1F03B;
}
</style>
border-color css
<style>
span { border-color: #E1F03B; }
span { border-color: rgb(225,240,59); }
td.TdClassName
{
border-color: #E1F03B;
}
.TagClassName
{
border-color: #E1F03B;
}
</style>