#EDF392

Color #EDF392 Jonquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jonquil #EDF392

Tints of Jonquil #EDF392

Color information

#EDF392 (or 0xEDF392) is unknown color: approx Jonquil. HEX triplet: ED, F3 and 92. RGB value is (237,243,146). Sum of RGB (Red+Green+Blue) = 237+243+146=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 146 (57.42% from 255 or 23.32% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF392 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF392 is #120C6D. Grayscale: #E6E6E6. Windows color (decimal): -1182830 or 9630701. OLE color: 9630701.

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

Color convert

RGB237243146-
CMYK0.0200.400.05
HSL63.71º80.17%76.27%-
HSV(B)63.71º39.92%95.29%-
XYZ72.1684.1839.64-
YUV230.1580.51132.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 146 (57.42% from 255) = 23.32%
R=37.86%
G=38.82%
B=23.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431460.0200.400.0563.7180.1776.27
HexEDF3922028540504c
Octal35536322220505100120114
Binary111011011111001110010010100101000101100000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF392; }

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

 H1.HeaderClassName
 {
   color: #EDF392;
 }
 .AnyTagClassName
 {
   color: #EDF392;
 }
</style>
background-color css

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

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

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

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

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

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