#E1F349

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

Shades of Starship #E1F349

Tints of Starship #E1F349

Color information

#E1F349 (or 0xE1F349) is unknown color: approx Starship. HEX triplet: E1, F3 and 49. RGB value is (225,243,73). Sum of RGB (Red+Green+Blue) = 225+243+73=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F349 is #1E0CB6. Grayscale: #DADADA. Windows color (decimal): -1969335 or 4846561. OLE color: 4846561.

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

Color convert

RGB22524373-
CMYK0.0700.700.05
HSL66.35º87.63%61.96%-
HSV(B)66.35º69.96%95.29%-
XYZ64.380.5918.47-
YUV218.2446.04132.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 243 (95.31% from 255) = 44.92%
BLUE value IS 73 (28.91% from 255) = 13.49%
R=41.59%
G=44.92%
B=13.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225243730.0700.700.0566.3587.6361.96
HexE1F3497046542583e
Octal34136311170106510213076
Binary111000011111001110010011110100011010110000101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F349; }

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

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

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

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

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

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

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

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