#E1F342

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

Shades of Starship #E1F342

Tints of Starship #E1F342

Color information

#E1F342 (or 0xE1F342) is unknown color: approx Starship. HEX triplet: E1, F3 and 42. RGB value is (225,243,66). Sum of RGB (Red+Green+Blue) = 225+243+66=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F342 is #1E0CBD. Grayscale: #DADADA. Windows color (decimal): -1969342 or 4387809. OLE color: 4387809.

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

Color convert

RGB22524366-
CMYK0.0700.730.05
HSL66.1º88.06%60.59%-
HSV(B)66.1º72.84%95.29%-
XYZ64.0980.517.32-
YUV217.4442.54133.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 243 (95.31% from 255) = 45.51%
BLUE value IS 66 (26.17% from 255) = 12.36%
R=42.13%
G=45.51%
B=12.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225243660.0700.730.0566.188.0660.59
HexE1F3427049542583d
Octal34136310270111510213075
Binary111000011111001110000101110100100110110000101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F342; }

 p { color: rgb(225,243,66); }

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

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

 a { background-color: rgb(225,243,66); }

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

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

 span { border-color: rgb(225,243,66); }

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