Shades of Starship #E1EB3A
Tints of Starship #E1EB3A
RGB
CMYK
RGB Variations
Color information
#E1EB3A (or 0xE1EB3A) is known color: Starship. HEX triplet: E1, EB and 3A. RGB value is (225,235,58). Sum of RGB (Red+Green+Blue) = 225+235+58=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EB3A is #1E14C5. Grayscale: #D4D4D4. Windows color (decimal): -1971398 or 3861473. OLE color: 3861473.
HSL color Cylindrical-coordinate representation of color #E1EB3A: hue angle of 63.39º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1EB3A is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 58 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.08 |
| HSL | 63.39º | 0.82% | 0.57% | - |
| HSV(B) | 63.39º | 0.75% | 0.92% | - |
| XYZ | 61.52 | 75.73 | 15.38 | - |
| YUV | 211.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 58 | 0.04 | 0 | 0.75 | 0.08 | 63.39 | 0.82 | 0.57 |
| Hex | E1 | EB | 3A | 4 | 0 | 4B | 8 | 3F | 52 | 39 |
| Octal | 341 | 353 | 72 | 4 | 0 | 113 | 10 | 77 | 122 | 71 |
| Binary | 11100001 | 11101011 | 111010 | 100 | 0 | 1001011 | 1000 | 111111 | 1010010 | 111001 |
Color Harmonies of #E1EB3A
Complementary color
Monochromatic Colors of #E1EB3A
Black with #E1EB3A
Text Example
Text Example
White with #E1EB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EB3A; }
p { color: rgb(225,235,58); }
H1.HeaderClassName
{
color: #E1EB3A;
}
.AnyTagClassName
{
color: #E1EB3A;
}
</style>
background-color css
<style>
a { background-color: #E1EB3A; }
a { background-color: rgb(225,235,58); }
div.DivClassName
{
background-color: #E1EB3A;
}
.BgClassName
{
background-color: #E1EB3A;
}
</style>
border-color css
<style>
span { border-color: #E1EB3A; }
span { border-color: rgb(225,235,58); }
td.TdClassName
{
border-color: #E1EB3A;
}
.TagClassName
{
border-color: #E1EB3A;
}
</style>