#ECFA82

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

Shades of Tidal #ECFA82

Tints of Tidal #ECFA82

Color information

#ECFA82 (or 0xECFA82) is unknown color: approx Tidal. HEX triplet: EC, FA and 82. RGB value is (236,250,130). Sum of RGB (Red+Green+Blue) = 236+250+130=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 130 (51.17% from 255 or 21.10% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFA82 is #13057D. Grayscale: #E8E8E8. Windows color (decimal): -1246590 or 8583916. OLE color: 8583916.

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

Color convert

RGB236250130-
CMYK0.0600.480.02
HSL67º92.31%74.51%-
HSV(B)67º48%98.04%-
XYZ72.8187.8234.23-
YUV232.1370.36130.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 130 (51.17% from 255) = 21.10%
R=38.31%
G=40.58%
B=21.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501300.0600.480.026792.3174.51
HexECFA8260302435c4b
Octal35437220260602103134113
Binary111011001111101010000010110011000010100001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFA82; }

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

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

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

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

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

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

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

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