#E1EF40

Color #E1EF40 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E1EF40

Tints of Starship #E1EF40

Color information

#E1EF40 (or 0xE1EF40) is unknown color: approx Starship. HEX triplet: E1, EF and 40. RGB value is (225,239,64). Sum of RGB (Red+Green+Blue) = 225+239+64=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EF40 is #1E10BF. Grayscale: #D7D7D7. Windows color (decimal): -1970368 or 4255713. OLE color: 4255713.

HSL color Cylindrical-coordinate representation of color #E1EF40: hue angle of 64.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1EF40 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB22523964-
CMYK0.0600.730.06
HSL64.8º84.54%59.41%-
HSV(B)64.8º73.22%93.73%-
XYZ62.8478.1116.62-
YUV214.8642.86135.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 64 (25.39% from 255) = 12.12%
R=42.61%
G=45.27%
B=12.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225239640.0600.730.0664.884.5459.41
HexE1EF406049641553b
Octal34135710060111610112573
Binary111000011110111110000001100100100111010000011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EF40; }

 p { color: rgb(225,239,64); }

 H1.HeaderClassName
 {
   color: #E1EF40;
 }
 .AnyTagClassName
 {
   color: #E1EF40;
 }
</style>
background-color css

<style>
 a { background-color: #E1EF40; }

 a { background-color: rgb(225,239,64); }

 div.DivClassName
 {
   background-color: #E1EF40;
 }
 .BgClassName
 {
   background-color: #E1EF40;
 }
</style>
border-color css

<style>
 span { border-color: #E1EF40; }

 span { border-color: rgb(225,239,64); }

 td.TdClassName
 {
   border-color: #E1EF40;
 }
 .TagClassName
 {
   border-color: #E1EF40;
 }
</style>