Html Css Color HEX #EDF386 Tidal

📋 copy color: '#EDF386'

red 237 ◦ green 243 ◦ blue 134

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

Shades of Tidal #EDF386

Tints of Tidal #EDF386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.58%

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

R = 38.6%
G = 39.58%
B = 21.82%

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

#EDF386 (or 0xEDF386) is known color: Tidal. HEX triplet: ED, F3 and 86. RGB value is (237,243,134). Sum of RGB (Red+Green+Blue) = 237+243+134=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF386 is #120C79. Grayscale: #E5E5E5. Windows color (decimal): -1182842 or 8844269. OLE color: 8844269.

HSL color Cylindrical-coordinate representation of color #EDF386: hue angle of 63.3º degrees, saturation: 0.82, 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 #EDF386 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 134 -
CMYK 0.02 0 0.45 0.05
HSL 63.3º 0.82% 0.74% -
HSV(B) 63.3º 0.45% 0.95% -
XYZ 71.28 83.83 34.98 -
YUV 228.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 237 243 134 0.02 0 0.45 0.05 63.3 0.82 0.74
Hex ED F3 86 2 0 2D 5 3F 52 4A
Octal 355 363 206 2 0 55 5 77 122 112
Binary 11101101 11110011 10000110 10 0 101101 101 111111 1010010 1001010

Color Harmonies of #EDF386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF386

Black with #EDF386

Text Example


Text Example

White with #EDF386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF386; }

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

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

background-color css

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

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

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

border-color css

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

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

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