#EDF08F

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

Shades of Jonquil #EDF08F

Tints of Jonquil #EDF08F

Color information

#EDF08F (or 0xEDF08F) is unknown color: approx Jonquil. HEX triplet: ED, F0 and 8F. RGB value is (237,240,143). Sum of RGB (Red+Green+Blue) = 237+240+143=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 143 (56.25% from 255 or 23.06% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF08F is #120F70. Grayscale: #E4E4E4. Windows color (decimal): -1183601 or 9433325. OLE color: 9433325.

HSL color Cylindrical-coordinate representation of color #EDF08F: hue angle of 61.86º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF08F is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB237240143-
CMYK0.0100.400.06
HSL61.86º76.38%75.1%-
HSV(B)61.86º40.42%94.12%-
XYZ71.0482.3138.13-
YUV228.0480.01134.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 143 (56.25% from 255) = 23.06%
R=38.23%
G=38.71%
B=23.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401430.0100.400.0661.8676.3875.1
HexEDF08F102863e4c4b
Octal3553602171050676114113
Binary1110110111110000100011111010100011011111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF08F; }

 p { color: rgb(237,240,143); }

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

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

 a { background-color: rgb(237,240,143); }

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

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

 span { border-color: rgb(237,240,143); }

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