Html Css Color HEX #EDF396 Jonquil

📋 copy color: '#EDF396'

red 237 ◦ green 243 ◦ blue 150

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

Shades of Jonquil #EDF396

Tints of Jonquil #EDF396

RGB

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

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

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

R = 37.62%
G = 38.57%
B = 23.81%

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

#EDF396 (or 0xEDF396) is known color: Jonquil. HEX triplet: ED, F3 and 96. RGB value is (237,243,150). Sum of RGB (Red+Green+Blue) = 237+243+150=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF396 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF396 is #120C69. Grayscale: #E6E6E6. Windows color (decimal): -1182826 or 9892845. OLE color: 9892845.

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

Color convert

RGB 237 243 150 -
CMYK 0.02 0 0.38 0.05
HSL 63.87º 0.79% 0.77% -
HSV(B) 63.87º 0.38% 0.95% -
XYZ 72.48 84.31 41.31 -
YUV 230.6 82.51 132.56 -
System Red Green Blue C M Y K H S L
Decimal 237 243 150 0.02 0 0.38 0.05 63.87 0.79 0.77
Hex ED F3 96 2 0 26 5 40 4F 4D
Octal 355 363 226 2 0 46 5 100 117 115
Binary 11101101 11110011 10010110 10 0 100110 101 1000000 1001111 1001101

Color Harmonies of #EDF396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF396

Black with #EDF396

Text Example


Text Example

White with #EDF396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF396; }

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

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

background-color css

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

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

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

border-color css

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

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

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