#ECFD95

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

Shades of Tidal #ECFD95

Tints of Tidal #ECFD95

Color information

#ECFD95 (or 0xECFD95) is unknown color: approx Tidal. HEX triplet: EC, FD and 95. RGB value is (236,253,149). Sum of RGB (Red+Green+Blue) = 236+253+149=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 149 (58.59% from 255 or 23.35% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFD95 is #13026A. Grayscale: #ECECEC. Windows color (decimal): -1245803 or 9829868. OLE color: 9829868.

HSL color Cylindrical-coordinate representation of color #ECFD95: hue angle of 69.81º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECFD95 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB236253149-
CMYK0.0700.410.01
HSL69.81º96.3%78.82%-
HSV(B)69.81º41.11%99.22%-
XYZ75.1490.2541.89-
YUV236.0678.87127.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 149 (58.59% from 255) = 23.35%
R=36.99%
G=39.66%
B=23.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362531490.0700.410.0169.8196.378.82
HexECFD957029146604f
Octal35437522570511106140117
Binary11101100111111011001010111101010011100011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFD95; }

 p { color: rgb(236,253,149); }

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

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

 a { background-color: rgb(236,253,149); }

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

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

 span { border-color: rgb(236,253,149); }

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