Html Css Color HEX #EDF195 Jonquil

📋 copy color: '#EDF195'

red 237 ◦ green 241 ◦ blue 149

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

Shades of Jonquil #EDF195

Tints of Jonquil #EDF195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

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

R = 37.8%
G = 38.44%
B = 23.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#EDF195 (or 0xEDF195) is known color: Jonquil. HEX triplet: ED, F1 and 95. RGB value is (237,241,149). Sum of RGB (Red+Green+Blue) = 237+241+149=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF195 is #120E6A. Grayscale: #E5E5E5. Windows color (decimal): -1183339 or 9826797. OLE color: 9826797.

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

Color convert

RGB 237 241 149 -
CMYK 0.02 0 0.38 0.05
HSL 62.61º 0.77% 0.76% -
HSV(B) 62.61º 0.38% 0.95% -
XYZ 71.81 83.09 40.69 -
YUV 229.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 237 241 149 0.02 0 0.38 0.05 62.61 0.77 0.76
Hex ED F1 95 2 0 26 5 3F 4D 4C
Octal 355 361 225 2 0 46 5 77 115 114
Binary 11101101 11110001 10010101 10 0 100110 101 111111 1001101 1001100

Color Harmonies of #EDF195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF195

Black with #EDF195

Text Example


Text Example

White with #EDF195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF195; }

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

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

background-color css

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

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

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

border-color css

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

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

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