#ECF282

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

Shades of Tidal #ECF282

Tints of Tidal #ECF282

Color information

#ECF282 (or 0xECF282) is unknown color: approx Tidal. HEX triplet: EC, F2 and 82. RGB value is (236,242,130). Sum of RGB (Red+Green+Blue) = 236+242+130=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF282 is #130D7D. Grayscale: #E3E3E3. Windows color (decimal): -1248638 or 8581868. OLE color: 8581868.

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

Color convert

RGB236242130-
CMYK0.0200.460.05
HSL63.21º81.16%72.94%-
HSV(B)63.21º46.28%94.9%-
XYZ70.3782.9533.42-
YUV227.4473.01134.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 130 (51.17% from 255) = 21.38%
R=38.82%
G=39.80%
B=21.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362421300.0200.460.0563.2181.1672.94
HexECF282202E53f5149
Octal3543622022056577121111
Binary11101100111100101000001010010111010111111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF282; }

 p { color: rgb(236,242,130); }

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

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

 a { background-color: rgb(236,242,130); }

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

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

 span { border-color: rgb(236,242,130); }

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