Html Css Color HEX #EDF588 Tidal

📋 copy color: '#EDF588'

red 237 ◦ green 245 ◦ blue 136

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

Shades of Tidal #EDF588

Tints of Tidal #EDF588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.01%

R = 38.35%
G = 39.64%
B = 22.01%

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

#EDF588 (or 0xEDF588) is known color: Tidal. HEX triplet: ED, F5 and 88. RGB value is (237,245,136). Sum of RGB (Red+Green+Blue) = 237+245+136=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 136 (53.52% from 255 or 22.01% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF588 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF588 is #120A77. Grayscale: #E6E6E6. Windows color (decimal): -1182328 or 8975853. OLE color: 8975853.

HSL color Cylindrical-coordinate representation of color #EDF588: hue angle of 64.4º 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 #EDF588 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 136 -
CMYK 0.03 0 0.44 0.04
HSL 64.4º 0.84% 0.75% -
HSV(B) 64.4º 0.44% 0.96% -
XYZ 72.02 85.09 35.92 -
YUV 230.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 237 245 136 0.03 0 0.44 0.04 64.4 0.84 0.75
Hex ED F5 88 3 0 2C 4 40 54 4B
Octal 355 365 210 3 0 54 4 100 124 113
Binary 11101101 11110101 10001000 11 0 101100 100 1000000 1010100 1001011

Color Harmonies of #EDF588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF588

Black with #EDF588

Text Example


Text Example

White with #EDF588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF588; }

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

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

background-color css

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

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

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

border-color css

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

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

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