Html Css Color HEX #EDF998 Jonquil

📋 copy color: '#EDF998'

red 237 ◦ green 249 ◦ blue 152

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

Shades of Jonquil #EDF998

Tints of Jonquil #EDF998

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.03%

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

R = 37.15%
G = 39.03%
B = 23.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#EDF998 (or 0xEDF998) is known color: Jonquil. HEX triplet: ED, F9 and 98. RGB value is (237,249,152). Sum of RGB (Red+Green+Blue) = 237+249+152=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 152 (59.77% from 255 or 23.82% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF998 is #120667. Grayscale: #EAEAEA. Windows color (decimal): -1181288 or 10025453. OLE color: 10025453.

HSL color Cylindrical-coordinate representation of color #EDF998: hue angle of 67.42º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDF998 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 152 -
CMYK 0.05 0 0.39 0.02
HSL 67.42º 0.89% 0.79% -
HSV(B) 67.42º 0.39% 0.98% -
XYZ 74.47 88.02 42.77 -
YUV 234.35 81.52 129.89 -
System Red Green Blue C M Y K H S L
Decimal 237 249 152 0.05 0 0.39 0.02 67.42 0.89 0.79
Hex ED F9 98 5 0 27 2 43 59 4F
Octal 355 371 230 5 0 47 2 103 131 117
Binary 11101101 11111001 10011000 101 0 100111 10 1000011 1011001 1001111

Color Harmonies of #EDF998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF998

Black with #EDF998

Text Example


Text Example

White with #EDF998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF998; }

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

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

background-color css

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

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

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

border-color css

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

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

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