#ECF141

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

Shades of Starship #ECF141

Tints of Starship #ECF141

Color information

#ECF141 (or 0xECF141) is unknown color: approx Starship. HEX triplet: EC, F1 and 41. RGB value is (236,241,65). Sum of RGB (Red+Green+Blue) = 236+241+65=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 65 (25.78% from 255 or 11.99% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF141 is #130EBE. Grayscale: #DCDCDC. Windows color (decimal): -1248959 or 4321772. OLE color: 4321772.

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

Color convert

RGB23624165-
CMYK0.0200.730.05
HSL61.7º86.27%60%-
HSV(B)61.7º73.03%94.51%-
XYZ6781.1317.13-
YUV219.4440.84139.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 241 (94.53% from 255) = 44.46%
BLUE value IS 65 (25.78% from 255) = 11.99%
R=43.54%
G=44.46%
B=11.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236241650.0200.730.0561.786.2760
HexECF141204953e563c
Octal3543611012011157612674
Binary1110110011110001100000110010010011011111101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF141; }

 p { color: rgb(236,241,65); }

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

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

 a { background-color: rgb(236,241,65); }

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

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

 span { border-color: rgb(236,241,65); }

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