Html Css Color HEX #EDF087 Tidal

📋 copy color: '#EDF087'

red 237 ◦ green 240 ◦ blue 135

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

Shades of Tidal #EDF087

Tints of Tidal #EDF087

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.22%

 BLUE value IS 135 (53.13% from 255) = 22.06%

R = 38.73%
G = 39.22%
B = 22.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EDF087 (or 0xEDF087) is known color: Tidal. HEX triplet: ED, F0 and 87. RGB value is (237,240,135). Sum of RGB (Red+Green+Blue) = 237+240+135=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 135 (53.12% from 255 or 22.06% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF087 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF087 is #120F78. Grayscale: #E3E3E3. Windows color (decimal): -1183609 or 8909037. OLE color: 8909037.

HSL color Cylindrical-coordinate representation of color #EDF087: hue angle of 61.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF087 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 135 -
CMYK 0.01 0 0.44 0.06
HSL 61.71º 0.78% 0.74% -
HSV(B) 61.71º 0.44% 0.94% -
XYZ 70.46 82.07 35.05 -
YUV 227.13 76.01 135.04 -
System Red Green Blue C M Y K H S L
Decimal 237 240 135 0.01 0 0.44 0.06 61.71 0.78 0.74
Hex ED F0 87 1 0 2C 6 3E 4E 4A
Octal 355 360 207 1 0 54 6 76 116 112
Binary 11101101 11110000 10000111 1 0 101100 110 111110 1001110 1001010

Color Harmonies of #EDF087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF087

Black with #EDF087

Text Example


Text Example

White with #EDF087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF087; }

 p { color: rgb(237,240,135); }

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

background-color css

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

 a { background-color: rgb(237,240,135); }

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

border-color css

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

 span { border-color: rgb(237,240,135); }

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