Html Css Color HEX #EDF297 Jonquil

📋 copy color: '#EDF297'

red 237 ◦ green 242 ◦ blue 151

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

Shades of Jonquil #EDF297

Tints of Jonquil #EDF297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 23.97%

R = 37.62%
G = 38.41%
B = 23.97%

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

#EDF297 (or 0xEDF297) is known color: Jonquil. HEX triplet: ED, F2 and 97. RGB value is (237,242,151). Sum of RGB (Red+Green+Blue) = 237+242+151=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 151 (59.38% from 255 or 23.97% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF297 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF297 is #120D68. Grayscale: #E6E6E6. Windows color (decimal): -1183081 or 9958125. OLE color: 9958125.

HSL color Cylindrical-coordinate representation of color #EDF297: hue angle of 63.3º 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 #EDF297 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 151 -
CMYK 0.02 0 0.38 0.05
HSL 63.3º 0.78% 0.77% -
HSV(B) 63.3º 0.38% 0.95% -
XYZ 72.26 83.74 41.63 -
YUV 230.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 237 242 151 0.02 0 0.38 0.05 63.3 0.78 0.77
Hex ED F2 97 2 0 26 5 3F 4E 4D
Octal 355 362 227 2 0 46 5 77 116 115
Binary 11101101 11110010 10010111 10 0 100110 101 111111 1001110 1001101

Color Harmonies of #EDF297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF297

Black with #EDF297

Text Example


Text Example

White with #EDF297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF297; }

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

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

background-color css

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

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

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

border-color css

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

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

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