Html Css Color HEX #EDF895 Tidal

📋 copy color: '#EDF895'

red 237 ◦ green 248 ◦ blue 149

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

Shades of Tidal #EDF895

Tints of Tidal #EDF895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.5%

R = 37.38%
G = 39.12%
B = 23.5%

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

#EDF895 (or 0xEDF895) is known color: Tidal. HEX triplet: ED, F8 and 95. RGB value is (237,248,149). Sum of RGB (Red+Green+Blue) = 237+248+149=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF895 is #12076A. Grayscale: #E9E9E9. Windows color (decimal): -1181547 or 9828589. OLE color: 9828589.

HSL color Cylindrical-coordinate representation of color #EDF895: hue angle of 66.67º 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 #EDF895 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 149 -
CMYK 0.04 0 0.40 0.03
HSL 66.67º 0.88% 0.78% -
HSV(B) 66.67º 0.4% 0.97% -
XYZ 73.92 87.31 41.39 -
YUV 233.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 237 248 149 0.04 0 0.40 0.03 66.67 0.88 0.78
Hex ED F8 95 4 0 28 3 43 58 4E
Octal 355 370 225 4 0 50 3 103 130 116
Binary 11101101 11111000 10010101 100 0 101000 11 1000011 1011000 1001110

Color Harmonies of #EDF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF895

Black with #EDF895

Text Example


Text Example

White with #EDF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF895; }

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

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

background-color css

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

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

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

border-color css

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

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

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