#ECFA80

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

Shades of Tidal #ECFA80

Tints of Tidal #ECFA80

Color information

#ECFA80 (or 0xECFA80) is unknown color: approx Tidal. HEX triplet: EC, FA and 80. RGB value is (236,250,128). Sum of RGB (Red+Green+Blue) = 236+250+128=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFA80 is #13057F. Grayscale: #E8E8E8. Windows color (decimal): -1246592 or 8452844. OLE color: 8452844.

HSL color Cylindrical-coordinate representation of color #ECFA80: hue angle of 66.89º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECFA80 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB236250128-
CMYK0.0600.490.02
HSL66.89º92.42%74.12%-
HSV(B)66.89º48.8%98.04%-
XYZ72.6787.7633.53-
YUV231.9169.36130.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 128 (50.39% from 255) = 20.85%
R=38.44%
G=40.72%
B=20.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501280.0600.490.0266.8992.4274.12
HexECFA8060312435c4a
Octal35437220060612103134112
Binary111011001111101010000000110011000110100001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFA80; }

 p { color: rgb(236,250,128); }

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

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

 a { background-color: rgb(236,250,128); }

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

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

 span { border-color: rgb(236,250,128); }

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