Html Css Color HEX #EDF086 Tidal

📋 copy color: '#EDF086'

red 237 ◦ green 240 ◦ blue 134

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

Shades of Tidal #EDF086

Tints of Tidal #EDF086

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.28%

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

R = 38.79%
G = 39.28%
B = 21.93%

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

#EDF086 (or 0xEDF086) is known color: Tidal. HEX triplet: ED, F0 and 86. RGB value is (237,240,134). Sum of RGB (Red+Green+Blue) = 237+240+134=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF086 is #120F79. Grayscale: #E3E3E3. Windows color (decimal): -1183610 or 8843501. OLE color: 8843501.

HSL color Cylindrical-coordinate representation of color #EDF086: hue angle of 61.7º degrees, saturation: 0.78, 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 #EDF086 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 134 -
CMYK 0.01 0 0.44 0.06
HSL 61.7º 0.78% 0.73% -
HSV(B) 61.7º 0.44% 0.94% -
XYZ 70.39 82.05 34.68 -
YUV 227.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 237 240 134 0.01 0 0.44 0.06 61.7 0.78 0.73
Hex ED F0 86 1 0 2C 6 3E 4E 49
Octal 355 360 206 1 0 54 6 76 116 111
Binary 11101101 11110000 10000110 1 0 101100 110 111110 1001110 1001001

Color Harmonies of #EDF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF086

Black with #EDF086

Text Example


Text Example

White with #EDF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF086; }

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

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

background-color css

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

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

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

border-color css

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

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

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