#EDFA8B

Color #EDFA8B Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EDFA8B

Tints of Tidal #EDFA8B

Color information

#EDFA8B (or 0xEDFA8B) is unknown color: approx Tidal. HEX triplet: ED, FA and 8B. RGB value is (237,250,139). Sum of RGB (Red+Green+Blue) = 237+250+139=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 139 (54.69% from 255 or 22.20% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA8B is #120574. Grayscale: #E9E9E9. Windows color (decimal): -1181045 or 9173741. OLE color: 9173741.

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

Color convert

RGB237250139-
CMYK0.0500.440.02
HSL67.03º91.74%76.27%-
HSV(B)67.03º44.4%98.04%-
XYZ73.7788.2437.57-
YUV233.4674.69130.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 139 (54.69% from 255) = 22.20%
R=37.86%
G=39.94%
B=22.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501390.0500.440.0267.0391.7476.27
HexEDFA8B502C2435c4c
Octal35537221350542103134114
Binary111011011111101010001011101010110010100001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA8B; }

 p { color: rgb(237,250,139); }

 H1.HeaderClassName
 {
   color: #EDFA8B;
 }
 .AnyTagClassName
 {
   color: #EDFA8B;
 }
</style>
background-color css

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

 a { background-color: rgb(237,250,139); }

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

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

 span { border-color: rgb(237,250,139); }

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