#ECF485

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

Shades of Tidal #ECF485

Tints of Tidal #ECF485

Color information

#ECF485 (or 0xECF485) is unknown color: approx Tidal. HEX triplet: EC, F4 and 85. RGB value is (236,244,133). Sum of RGB (Red+Green+Blue) = 236+244+133=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF485 is #130B7A. Grayscale: #E5E5E5. Windows color (decimal): -1248123 or 8778988. OLE color: 8778988.

HSL color Cylindrical-coordinate representation of color #ECF485: hue angle of 64.32º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECF485 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB236244133-
CMYK0.0300.450.04
HSL64.32º83.46%73.92%-
HSV(B)64.32º45.49%95.69%-
XYZ71.1884.2334.7-
YUV228.9573.85133.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 244 (95.70% from 255) = 39.80%
BLUE value IS 133 (52.34% from 255) = 21.70%
R=38.50%
G=39.80%
B=21.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362441330.0300.450.0464.3283.4673.92
HexECF485302D440534a
Octal35436420530554100123112
Binary111011001111010010000101110101101100100000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF485; }

 p { color: rgb(236,244,133); }

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

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

 a { background-color: rgb(236,244,133); }

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

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

 span { border-color: rgb(236,244,133); }

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