Html Css Color HEX #EDF58C Tidal

📋 copy color: '#EDF58C'

red 237 ◦ green 245 ◦ blue 140

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

Shades of Tidal #EDF58C

Tints of Tidal #EDF58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.51%

R = 38.1%
G = 39.39%
B = 22.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#EDF58C (or 0xEDF58C) is known color: Tidal. HEX triplet: ED, F5 and 8C. RGB value is (237,245,140). Sum of RGB (Red+Green+Blue) = 237+245+140=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF58C is #120A73. Grayscale: #E7E7E7. Windows color (decimal): -1182324 or 9237997. OLE color: 9237997.

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

Color convert

RGB 237 245 140 -
CMYK 0.03 0 0.43 0.04
HSL 64.57º 0.84% 0.75% -
HSV(B) 64.57º 0.43% 0.96% -
XYZ 72.31 85.2 37.45 -
YUV 230.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 237 245 140 0.03 0 0.43 0.04 64.57 0.84 0.75
Hex ED F5 8C 3 0 2B 4 41 54 4B
Octal 355 365 214 3 0 53 4 101 124 113
Binary 11101101 11110101 10001100 11 0 101011 100 1000001 1010100 1001011

Color Harmonies of #EDF58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF58C

Black with #EDF58C

Text Example


Text Example

White with #EDF58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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