Html Css Color HEX #EDF58A Tidal

📋 copy color: '#EDF58A'

red 237 ◦ green 245 ◦ blue 138

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

Shades of Tidal #EDF58A

Tints of Tidal #EDF58A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.52%

 BLUE value IS 138 (54.3% from 255) = 22.26%

R = 38.23%
G = 39.52%
B = 22.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#EDF58A (or 0xEDF58A) is known color: Tidal. HEX triplet: ED, F5 and 8A. RGB value is (237,245,138). Sum of RGB (Red+Green+Blue) = 237+245+138=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 138 (54.30% from 255 or 22.26% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF58A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF58A is #120A75. Grayscale: #E6E6E6. Windows color (decimal): -1182326 or 9106925. OLE color: 9106925.

HSL color Cylindrical-coordinate representation of color #EDF58A: hue angle of 64.49º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF58A is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 138 -
CMYK 0.03 0 0.44 0.04
HSL 64.49º 0.84% 0.75% -
HSV(B) 64.49º 0.44% 0.96% -
XYZ 72.16 85.14 36.68 -
YUV 230.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 237 245 138 0.03 0 0.44 0.04 64.49 0.84 0.75
Hex ED F5 8A 3 0 2C 4 40 54 4B
Octal 355 365 212 3 0 54 4 100 124 113
Binary 11101101 11110101 10001010 11 0 101100 100 1000000 1010100 1001011

Color Harmonies of #EDF58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF58A

Black with #EDF58A

Text Example


Text Example

White with #EDF58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF58A; }

 p { color: rgb(237,245,138); }

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

background-color css

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

 a { background-color: rgb(237,245,138); }

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

border-color css

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

 span { border-color: rgb(237,245,138); }

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