#EDF795

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

Shades of Jonquil #EDF795

Tints of Jonquil #EDF795

Color information

#EDF795 (or 0xEDF795) is unknown color: approx Jonquil. HEX triplet: ED, F7 and 95. RGB value is (237,247,149). Sum of RGB (Red+Green+Blue) = 237+247+149=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF795 is #12086A. Grayscale: #E9E9E9. Windows color (decimal): -1181803 or 9828333. OLE color: 9828333.

HSL color Cylindrical-coordinate representation of color #EDF795: hue angle of 66.12º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF795 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB237247149-
CMYK0.0400.400.03
HSL66.12º85.96%77.65%-
HSV(B)66.12º39.68%96.86%-
XYZ73.6186.741.29-
YUV232.8480.69130.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 149 (58.59% from 255) = 23.54%
R=37.44%
G=39.02%
B=23.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471490.0400.400.0366.1285.9677.65
HexEDF7954028342564e
Octal35536722540503102126116
Binary111011011111011110010101100010100011100001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF795; }

 p { color: rgb(237,247,149); }

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

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

 a { background-color: rgb(237,247,149); }

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

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

 span { border-color: rgb(237,247,149); }

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