Html Css Color HEX #EDF398 Jonquil

📋 copy color: '#EDF398'

red 237 ◦ green 243 ◦ blue 152

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

Shades of Jonquil #EDF398

Tints of Jonquil #EDF398

RGB

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

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

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

R = 37.5%
G = 38.45%
B = 24.05%

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

#EDF398 (or 0xEDF398) is known color: Jonquil. HEX triplet: ED, F3 and 98. RGB value is (237,243,152). Sum of RGB (Red+Green+Blue) = 237+243+152=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 152 (59.77% from 255 or 24.05% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF398 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF398 is #120C67. Grayscale: #E7E7E7. Windows color (decimal): -1182824 or 10023917. OLE color: 10023917.

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

Color convert

RGB 237 243 152 -
CMYK 0.02 0 0.37 0.05
HSL 63.96º 0.79% 0.77% -
HSV(B) 63.96º 0.37% 0.95% -
XYZ 72.64 84.37 42.16 -
YUV 230.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 237 243 152 0.02 0 0.37 0.05 63.96 0.79 0.77
Hex ED F3 98 2 0 25 5 40 4F 4D
Octal 355 363 230 2 0 45 5 100 117 115
Binary 11101101 11110011 10011000 10 0 100101 101 1000000 1001111 1001101

Color Harmonies of #EDF398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF398

Black with #EDF398

Text Example


Text Example

White with #EDF398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF398; }

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

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

background-color css

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

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

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

border-color css

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

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

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