Html Css Color HEX #EDF988 Tidal

📋 copy color: '#EDF988'

red 237 ◦ green 249 ◦ blue 136

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

Shades of Tidal #EDF988

Tints of Tidal #EDF988

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.03%

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

R = 38.1%
G = 40.03%
B = 21.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#EDF988 (or 0xEDF988) is known color: Tidal. HEX triplet: ED, F9 and 88. RGB value is (237,249,136). Sum of RGB (Red+Green+Blue) = 237+249+136=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 136 (53.52% from 255 or 21.86% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF988 is #120677. Grayscale: #E8E8E8. Windows color (decimal): -1181304 or 8976877. OLE color: 8976877.

HSL color Cylindrical-coordinate representation of color #EDF988: hue angle of 66.37º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF988 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 136 -
CMYK 0.05 0 0.45 0.02
HSL 66.37º 0.9% 0.75% -
HSV(B) 66.37º 0.45% 0.98% -
XYZ 73.24 87.53 36.33 -
YUV 232.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 237 249 136 0.05 0 0.45 0.02 66.37 0.9 0.75
Hex ED F9 88 5 0 2D 2 42 5A 4B
Octal 355 371 210 5 0 55 2 102 132 113
Binary 11101101 11111001 10001000 101 0 101101 10 1000010 1011010 1001011

Color Harmonies of #EDF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF988

Black with #EDF988

Text Example


Text Example

White with #EDF988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF988; }

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

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

background-color css

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

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

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

border-color css

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

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

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