Html Css Color HEX #EDF295 Jonquil

📋 copy color: '#EDF295'

red 237 ◦ green 242 ◦ blue 149

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

Shades of Jonquil #EDF295

Tints of Jonquil #EDF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.54%

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

R = 37.74%
G = 38.54%
B = 23.73%

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

#EDF295 (or 0xEDF295) is known color: Jonquil. HEX triplet: ED, F2 and 95. RGB value is (237,242,149). Sum of RGB (Red+Green+Blue) = 237+242+149=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF295 is #120D6A. Grayscale: #E6E6E6. Windows color (decimal): -1183083 or 9827053. OLE color: 9827053.

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

Color convert

RGB 237 242 149 -
CMYK 0.02 0 0.38 0.05
HSL 63.23º 0.78% 0.77% -
HSV(B) 63.23º 0.38% 0.95% -
XYZ 72.1 83.68 40.79 -
YUV 229.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 237 242 149 0.02 0 0.38 0.05 63.23 0.78 0.77
Hex ED F2 95 2 0 26 5 3F 4E 4D
Octal 355 362 225 2 0 46 5 77 116 115
Binary 11101101 11110010 10010101 10 0 100110 101 111111 1001110 1001101

Color Harmonies of #EDF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF295

Black with #EDF295

Text Example


Text Example

White with #EDF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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