#E1F03D

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

Shades of Starship #E1F03D

Tints of Starship #E1F03D

Color information

#E1F03D (or 0xE1F03D) is unknown color: approx Starship. HEX triplet: E1, F0 and 3D. RGB value is (225,240,61). Sum of RGB (Red+Green+Blue) = 225+240+61=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F03D is #1E0FC2. Grayscale: #D7D7D7. Windows color (decimal): -1970115 or 4059361. OLE color: 4059361.

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

Color convert

RGB22524061-
CMYK0.0600.750.06
HSL65.03º85.65%59.02%-
HSV(B)65.03º74.58%94.12%-
XYZ63.0578.6616.28-
YUV215.1141.03135.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 61 (24.22% from 255) = 11.60%
R=42.78%
G=45.63%
B=11.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225240610.0600.750.0665.0385.6559.02
HexE1F03D604B641563b
Octal3413607560113610112673
Binary11100001111100001111011100100101111010000011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F03D; }

 p { color: rgb(225,240,61); }

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

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

 a { background-color: rgb(225,240,61); }

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

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

 span { border-color: rgb(225,240,61); }

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