Html Css Color HEX #EDF995 Tidal

📋 copy color: '#EDF995'

red 237 ◦ green 249 ◦ blue 149

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

Shades of Tidal #EDF995

Tints of Tidal #EDF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.21%

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

R = 37.32%
G = 39.21%
B = 23.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#EDF995 (or 0xEDF995) is known color: Tidal. HEX triplet: ED, F9 and 95. RGB value is (237,249,149). Sum of RGB (Red+Green+Blue) = 237+249+149=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 149 (58.59% from 255 or 23.46% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF995 is #12066A. Grayscale: #EAEAEA. Windows color (decimal): -1181291 or 9828845. OLE color: 9828845.

HSL color Cylindrical-coordinate representation of color #EDF995: hue angle of 67.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF995 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 149 -
CMYK 0.05 0 0.40 0.02
HSL 67.2º 0.89% 0.78% -
HSV(B) 67.2º 0.4% 0.98% -
XYZ 74.23 87.93 41.49 -
YUV 234.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 237 249 149 0.05 0 0.40 0.02 67.2 0.89 0.78
Hex ED F9 95 5 0 28 2 43 59 4E
Octal 355 371 225 5 0 50 2 103 131 116
Binary 11101101 11111001 10010101 101 0 101000 10 1000011 1011001 1001110

Color Harmonies of #EDF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF995

Black with #EDF995

Text Example


Text Example

White with #EDF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF995; }

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

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

background-color css

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

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

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

border-color css

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

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

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