Html Css Color HEX #EDF296 Jonquil

📋 copy color: '#EDF296'

red 237 ◦ green 242 ◦ blue 150

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

Shades of Jonquil #EDF296

Tints of Jonquil #EDF296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.85%

R = 37.68%
G = 38.47%
B = 23.85%

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

#EDF296 (or 0xEDF296) is known color: Jonquil. HEX triplet: ED, F2 and 96. RGB value is (237,242,150). Sum of RGB (Red+Green+Blue) = 237+242+150=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 150 (58.98% from 255 or 23.85% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF296 is #120D69. Grayscale: #E6E6E6. Windows color (decimal): -1183082 or 9892589. OLE color: 9892589.

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

Color convert

RGB 237 242 150 -
CMYK 0.02 0 0.38 0.05
HSL 63.26º 0.78% 0.77% -
HSV(B) 63.26º 0.38% 0.95% -
XYZ 72.18 83.71 41.21 -
YUV 230.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 237 242 150 0.02 0 0.38 0.05 63.26 0.78 0.77
Hex ED F2 96 2 0 26 5 3F 4E 4D
Octal 355 362 226 2 0 46 5 77 116 115
Binary 11101101 11110010 10010110 10 0 100110 101 111111 1001110 1001101

Color Harmonies of #EDF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF296

Black with #EDF296

Text Example


Text Example

White with #EDF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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