Html Css Color HEX #EDF095 Jonquil

📋 copy color: '#EDF095'

red 237 ◦ green 240 ◦ blue 149

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

Shades of Jonquil #EDF095

Tints of Jonquil #EDF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.34%

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

R = 37.86%
G = 38.34%
B = 23.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EDF095 (or 0xEDF095) is known color: Jonquil. HEX triplet: ED, F0 and 95. RGB value is (237,240,149). Sum of RGB (Red+Green+Blue) = 237+240+149=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 149 (58.59% from 255 or 23.80% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF095 is #120F6A. Grayscale: #E5E5E5. Windows color (decimal): -1183595 or 9826541. OLE color: 9826541.

HSL color Cylindrical-coordinate representation of color #EDF095: hue angle of 61.98º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDF095 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 149 -
CMYK 0.01 0 0.38 0.06
HSL 61.98º 0.75% 0.76% -
HSV(B) 61.98º 0.38% 0.94% -
XYZ 71.51 82.49 40.59 -
YUV 228.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 237 240 149 0.01 0 0.38 0.06 61.98 0.75 0.76
Hex ED F0 95 1 0 26 6 3E 4B 4C
Octal 355 360 225 1 0 46 6 76 113 114
Binary 11101101 11110000 10010101 1 0 100110 110 111110 1001011 1001100

Color Harmonies of #EDF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF095

Black with #EDF095

Text Example


Text Example

White with #EDF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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