Html Css Color HEX #EDF186 Tidal

📋 copy color: '#EDF186'

red 237 ◦ green 241 ◦ blue 134

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

Shades of Tidal #EDF186

Tints of Tidal #EDF186

RGB

 RED value IS 237 (92.97% from 255) = 38.73%

 GREEN value IS 241 (94.53% from 255) = 39.38%

 BLUE value IS 134 (52.73% from 255) = 21.9%

R = 38.73%
G = 39.38%
B = 21.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#EDF186 (or 0xEDF186) is known color: Tidal. HEX triplet: ED, F1 and 86. RGB value is (237,241,134). Sum of RGB (Red+Green+Blue) = 237+241+134=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF186 is #120E79. Grayscale: #E4E4E4. Windows color (decimal): -1183354 or 8843757. OLE color: 8843757.

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

Color convert

RGB 237 241 134 -
CMYK 0.02 0 0.44 0.05
HSL 62.24º 0.79% 0.74% -
HSV(B) 62.24º 0.44% 0.95% -
XYZ 70.68 82.64 34.78 -
YUV 227.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 237 241 134 0.02 0 0.44 0.05 62.24 0.79 0.74
Hex ED F1 86 2 0 2C 5 3E 4F 4A
Octal 355 361 206 2 0 54 5 76 117 112
Binary 11101101 11110001 10000110 10 0 101100 101 111110 1001111 1001010

Color Harmonies of #EDF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF186

Black with #EDF186

Text Example


Text Example

White with #EDF186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF186; }

 p { color: rgb(237,241,134); }

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

background-color css

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

 a { background-color: rgb(237,241,134); }

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

border-color css

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

 span { border-color: rgb(237,241,134); }

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