Html Css Color HEX #EDF594 Jonquil

📋 copy color: '#EDF594'

red 237 ◦ green 245 ◦ blue 148

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

Shades of Jonquil #EDF594

Tints of Jonquil #EDF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.89%

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

R = 37.62%
G = 38.89%
B = 23.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#EDF594 (or 0xEDF594) is known color: Jonquil. HEX triplet: ED, F5 and 94. RGB value is (237,245,148). Sum of RGB (Red+Green+Blue) = 237+245+148=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 148 (58.20% from 255 or 23.49% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF594 is #120A6B. Grayscale: #E7E7E7. Windows color (decimal): -1182316 or 9762285. OLE color: 9762285.

HSL color Cylindrical-coordinate representation of color #EDF594: hue angle of 64.95º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF594 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 148 -
CMYK 0.03 0 0.40 0.04
HSL 64.95º 0.83% 0.77% -
HSV(B) 64.95º 0.4% 0.96% -
XYZ 72.92 85.45 40.67 -
YUV 231.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 237 245 148 0.03 0 0.40 0.04 64.95 0.83 0.77
Hex ED F5 94 3 0 28 4 41 53 4D
Octal 355 365 224 3 0 50 4 101 123 115
Binary 11101101 11110101 10010100 11 0 101000 100 1000001 1010011 1001101

Color Harmonies of #EDF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF594

Black with #EDF594

Text Example


Text Example

White with #EDF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF594; }

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

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

background-color css

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

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

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

border-color css

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

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

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