#EDF08D

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

Shades of Jonquil #EDF08D

Tints of Jonquil #EDF08D

Color information

#EDF08D (or 0xEDF08D) is unknown color: approx Jonquil. HEX triplet: ED, F0 and 8D. RGB value is (237,240,141). Sum of RGB (Red+Green+Blue) = 237+240+141=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF08D is #120F72. Grayscale: #E4E4E4. Windows color (decimal): -1183603 or 9302253. OLE color: 9302253.

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

Color convert

RGB237240141-
CMYK0.0100.410.06
HSL61.82º76.74%74.71%-
HSV(B)61.82º41.25%94.12%-
XYZ70.8982.2537.34-
YUV227.8279.01134.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 141 (55.47% from 255) = 22.82%
R=38.35%
G=38.83%
B=22.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401410.0100.410.0661.8276.7474.71
HexEDF08D102963e4d4b
Octal3553602151051676115113
Binary1110110111110000100011011010100111011111010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF08D; }

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

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

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

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

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

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

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

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