Html Css Color HEX #EDF582 Tidal

📋 copy color: '#EDF582'

red 237 ◦ green 245 ◦ blue 130

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

Shades of Tidal #EDF582

Tints of Tidal #EDF582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.24%

R = 38.73%
G = 40.03%
B = 21.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#EDF582 (or 0xEDF582) is known color: Tidal. HEX triplet: ED, F5 and 82. RGB value is (237,245,130). Sum of RGB (Red+Green+Blue) = 237+245+130=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF582 is #120A7D. Grayscale: #E5E5E5. Windows color (decimal): -1182334 or 8582637. OLE color: 8582637.

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

Color convert

RGB 237 245 130 -
CMYK 0.03 0 0.47 0.04
HSL 64.17º 0.85% 0.74% -
HSV(B) 64.17º 0.47% 0.96% -
XYZ 71.61 84.92 33.74 -
YUV 229.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 237 245 130 0.03 0 0.47 0.04 64.17 0.85 0.74
Hex ED F5 82 3 0 2F 4 40 55 4A
Octal 355 365 202 3 0 57 4 100 125 112
Binary 11101101 11110101 10000010 11 0 101111 100 1000000 1010101 1001010

Color Harmonies of #EDF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF582

Black with #EDF582

Text Example


Text Example

White with #EDF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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