Html Css Color HEX #ECF285 Tidal

📋 copy color: '#ECF285'

red 236 ◦ green 242 ◦ blue 133

#ECF285
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #ECF285

Tints of Tidal #ECF285

RGB

 RED value IS 236 (92.58% from 255) = 38.63%

 GREEN value IS 242 (94.92% from 255) = 39.61%

 BLUE value IS 133 (52.34% from 255) = 21.77%

R = 38.63%
G = 39.61%
B = 21.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#ECF285 (or 0xECF285) is known color: Tidal. HEX triplet: EC, F2 and 85. RGB value is (236,242,133). Sum of RGB (Red+Green+Blue) = 236+242+133=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF285 is #130D7A. Grayscale: #E4E4E4. Windows color (decimal): -1248635 or 8778476. OLE color: 8778476.

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

Color convert

RGB 236 242 133 -
CMYK 0.02 0 0.45 0.05
HSL 63.3º 0.81% 0.74% -
HSV(B) 63.3º 0.45% 0.95% -
XYZ 70.58 83.03 34.5 -
YUV 227.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 236 242 133 0.02 0 0.45 0.05 63.3 0.81 0.74
Hex EC F2 85 2 0 2D 5 3F 51 4A
Octal 354 362 205 2 0 55 5 77 121 112
Binary 11101100 11110010 10000101 10 0 101101 101 111111 1010001 1001010

Color Harmonies of #ECF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF285

Black with #ECF285

Text Example


Text Example

White with #ECF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF285; }

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

 H1.HeaderClassName
 {
   color: #ECF285;
 }
 .AnyTagClassName
 {
   color: #ECF285;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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