Html Css Color HEX #EDF598 Jonquil

📋 copy color: '#EDF598'

red 237 ◦ green 245 ◦ blue 152

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

Shades of Jonquil #EDF598

Tints of Jonquil #EDF598

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.64%

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

R = 37.38%
G = 38.64%
B = 23.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#EDF598 (or 0xEDF598) is known color: Jonquil. HEX triplet: ED, F5 and 98. RGB value is (237,245,152). Sum of RGB (Red+Green+Blue) = 237+245+152=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 152 (59.77% from 255 or 23.97% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF598 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF598 is #120A67. Grayscale: #E8E8E8. Windows color (decimal): -1182312 or 10024429. OLE color: 10024429.

HSL color Cylindrical-coordinate representation of color #EDF598: hue angle of 65.16º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDF598 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 152 -
CMYK 0.03 0 0.38 0.04
HSL 65.16º 0.82% 0.78% -
HSV(B) 65.16º 0.38% 0.96% -
XYZ 73.24 85.58 42.36 -
YUV 232.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 237 245 152 0.03 0 0.38 0.04 65.16 0.82 0.78
Hex ED F5 98 3 0 26 4 41 52 4E
Octal 355 365 230 3 0 46 4 101 122 116
Binary 11101101 11110101 10011000 11 0 100110 100 1000001 1010010 1001110

Color Harmonies of #EDF598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF598

Black with #EDF598

Text Example


Text Example

White with #EDF598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF598; }

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

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

background-color css

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

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

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

border-color css

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

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

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