#E1EC42

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

Shades of Starship #E1EC42

Tints of Starship #E1EC42

Color information

#E1EC42 (or 0xE1EC42) is unknown color: approx Starship. HEX triplet: E1, EC and 42. RGB value is (225,236,66). Sum of RGB (Red+Green+Blue) = 225+236+66=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EC42 is #1E13BD. Grayscale: #D5D5D5. Windows color (decimal): -1971134 or 4386017. OLE color: 4386017.

HSL color Cylindrical-coordinate representation of color #E1EC42: hue angle of 63.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1EC42 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB22523666-
CMYK0.0500.720.07
HSL63.88º81.73%59.22%-
HSV(B)63.88º72.03%92.55%-
XYZ62.0376.3916.63-
YUV213.3344.86136.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 236 (92.58% from 255) = 44.78%
BLUE value IS 66 (26.17% from 255) = 12.52%
R=42.69%
G=44.78%
B=12.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225236660.0500.720.0763.8881.7359.22
HexE1EC425048740523b
Octal34135410250110710012273
Binary111000011110110010000101010100100011110000001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EC42; }

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

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

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

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

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

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

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

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