Html Css Color HEX #EDF394 Jonquil

📋 copy color: '#EDF394'

red 237 ◦ green 243 ◦ blue 148

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

Shades of Jonquil #EDF394

Tints of Jonquil #EDF394

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.69%

 BLUE value IS 148 (58.2% from 255) = 23.57%

R = 37.74%
G = 38.69%
B = 23.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#EDF394 (or 0xEDF394) is known color: Jonquil. HEX triplet: ED, F3 and 94. RGB value is (237,243,148). Sum of RGB (Red+Green+Blue) = 237+243+148=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF394 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF394 is #120C6B. Grayscale: #E6E6E6. Windows color (decimal): -1182828 or 9761773. OLE color: 9761773.

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

Color convert

RGB 237 243 148 -
CMYK 0.02 0 0.39 0.05
HSL 63.79º 0.8% 0.77% -
HSV(B) 63.79º 0.39% 0.95% -
XYZ 72.32 84.24 40.47 -
YUV 230.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 237 243 148 0.02 0 0.39 0.05 63.79 0.8 0.77
Hex ED F3 94 2 0 27 5 40 50 4D
Octal 355 363 224 2 0 47 5 100 120 115
Binary 11101101 11110011 10010100 10 0 100111 101 1000000 1010000 1001101

Color Harmonies of #EDF394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF394

Black with #EDF394

Text Example


Text Example

White with #EDF394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF394; }

 p { color: rgb(237,243,148); }

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

background-color css

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

 a { background-color: rgb(237,243,148); }

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

border-color css

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

 span { border-color: rgb(237,243,148); }

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