Html Css Color HEX #EDF198 Jonquil

📋 copy color: '#EDF198'

red 237 ◦ green 241 ◦ blue 152

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

Shades of Jonquil #EDF198

Tints of Jonquil #EDF198

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.25%

 BLUE value IS 152 (59.77% from 255) = 24.13%

R = 37.62%
G = 38.25%
B = 24.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#EDF198 (or 0xEDF198) is known color: Jonquil. HEX triplet: ED, F1 and 98. RGB value is (237,241,152). Sum of RGB (Red+Green+Blue) = 237+241+152=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 152 (59.77% from 255 or 24.13% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF198 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF198 is #120E67. Grayscale: #E6E6E6. Windows color (decimal): -1183336 or 10023405. OLE color: 10023405.

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

Color convert

RGB 237 241 152 -
CMYK 0.02 0 0.37 0.05
HSL 62.7º 0.76% 0.77% -
HSV(B) 62.7º 0.37% 0.95% -
XYZ 72.05 83.18 41.96 -
YUV 229.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 237 241 152 0.02 0 0.37 0.05 62.7 0.76 0.77
Hex ED F1 98 2 0 25 5 3F 4C 4D
Octal 355 361 230 2 0 45 5 77 114 115
Binary 11101101 11110001 10011000 10 0 100101 101 111111 1001100 1001101

Color Harmonies of #EDF198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF198

Black with #EDF198

Text Example


Text Example

White with #EDF198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF198; }

 p { color: rgb(237,241,152); }

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

background-color css

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

 a { background-color: rgb(237,241,152); }

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

border-color css

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

 span { border-color: rgb(237,241,152); }

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