Html Css Color HEX #EDF894 Tidal

📋 copy color: '#EDF894'

red 237 ◦ green 248 ◦ blue 148

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

Shades of Tidal #EDF894

Tints of Tidal #EDF894

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.18%

 BLUE value IS 148 (58.2% from 255) = 23.38%

R = 37.44%
G = 39.18%
B = 23.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#EDF894 (or 0xEDF894) is known color: Tidal. HEX triplet: ED, F8 and 94. RGB value is (237,248,148). Sum of RGB (Red+Green+Blue) = 237+248+148=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF894 is #12076B. Grayscale: #E9E9E9. Windows color (decimal): -1181548 or 9763053. OLE color: 9763053.

HSL color Cylindrical-coordinate representation of color #EDF894: hue angle of 66.6º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF894 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 148 -
CMYK 0.04 0 0.40 0.03
HSL 66.6º 0.88% 0.78% -
HSV(B) 66.6º 0.4% 0.97% -
XYZ 73.84 87.28 40.97 -
YUV 233.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 237 248 148 0.04 0 0.40 0.03 66.6 0.88 0.78
Hex ED F8 94 4 0 28 3 43 58 4E
Octal 355 370 224 4 0 50 3 103 130 116
Binary 11101101 11111000 10010100 100 0 101000 11 1000011 1011000 1001110

Color Harmonies of #EDF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF894

Black with #EDF894

Text Example


Text Example

White with #EDF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF894; }

 p { color: rgb(237,248,148); }

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

background-color css

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

 a { background-color: rgb(237,248,148); }

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

border-color css

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

 span { border-color: rgb(237,248,148); }

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