#EDFA98

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

Shades of Tidal #EDFA98

Tints of Tidal #EDFA98

Color information

#EDFA98 (or 0xEDFA98) is unknown color: approx Tidal. HEX triplet: ED, FA and 98. RGB value is (237,250,152). Sum of RGB (Red+Green+Blue) = 237+250+152=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 152 (59.77% from 255 or 23.79% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA98 is #120567. Grayscale: #EBEBEB. Windows color (decimal): -1181032 or 10025709. OLE color: 10025709.

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

Color convert

RGB237250152-
CMYK0.0500.390.02
HSL67.96º90.74%78.82%-
HSV(B)67.96º39.2%98.04%-
XYZ74.7888.6442.87-
YUV234.9481.19129.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 152 (59.77% from 255) = 23.79%
R=37.09%
G=39.12%
B=23.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501520.0500.390.0267.9690.7478.82
HexEDFA9850272445b4f
Octal35537223050472104133117
Binary111011011111101010011000101010011110100010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA98; }

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

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

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

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

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

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

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

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