#E1F240

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

Shades of Starship #E1F240

Tints of Starship #E1F240

Color information

#E1F240 (or 0xE1F240) is unknown color: approx Starship. HEX triplet: E1, F2 and 40. RGB value is (225,242,64). Sum of RGB (Red+Green+Blue) = 225+242+64=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F240 is #1E0DBF. Grayscale: #D9D9D9. Windows color (decimal): -1969600 or 4256481. OLE color: 4256481.

HSL color Cylindrical-coordinate representation of color #E1F240: hue angle of 65.73º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1F240 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB22524264-
CMYK0.0700.740.05
HSL65.73º87.25%60%-
HSV(B)65.73º73.55%94.9%-
XYZ63.7379.8816.91-
YUV216.6241.87133.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 64 (25.39% from 255) = 12.05%
R=42.37%
G=45.57%
B=12.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225242640.0700.740.0565.7387.2560
HexE1F240704A542573c
Octal34136210070112510212774
Binary111000011111001010000001110100101010110000101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F240; }

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

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

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

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

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

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

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

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