Html Css Color HEX #EDEF86 Tidal

📋 copy color: '#EDEF86'

red 237 ◦ green 239 ◦ blue 134

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

Shades of Tidal #EDEF86

Tints of Tidal #EDEF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.18%

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

R = 38.85%
G = 39.18%
B = 21.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EDEF86 (or 0xEDEF86) is known color: Tidal. HEX triplet: ED, EF and 86. RGB value is (237,239,134). Sum of RGB (Red+Green+Blue) = 237+239+134=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF86 is #121079. Grayscale: #E2E2E2. Windows color (decimal): -1183866 or 8843245. OLE color: 8843245.

HSL color Cylindrical-coordinate representation of color #EDEF86: hue angle of 61.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDEF86 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 134 -
CMYK 0.01 0 0.44 0.06
HSL 61.14º 0.77% 0.73% -
HSV(B) 61.14º 0.44% 0.94% -
XYZ 70.09 81.46 34.58 -
YUV 226.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 237 239 134 0.01 0 0.44 0.06 61.14 0.77 0.73
Hex ED EF 86 1 0 2C 6 3D 4D 49
Octal 355 357 206 1 0 54 6 75 115 111
Binary 11101101 11101111 10000110 1 0 101100 110 111101 1001101 1001001

Color Harmonies of #EDEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF86

Black with #EDEF86

Text Example


Text Example

White with #EDEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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