#EDF08E

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

Shades of Jonquil #EDF08E

Tints of Jonquil #EDF08E

Color information

#EDF08E (or 0xEDF08E) is unknown color: approx Jonquil. HEX triplet: ED, F0 and 8E. RGB value is (237,240,142). Sum of RGB (Red+Green+Blue) = 237+240+142=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF08E is #120F71. Grayscale: #E4E4E4. Windows color (decimal): -1183602 or 9367789. OLE color: 9367789.

HSL color Cylindrical-coordinate representation of color #EDF08E: hue angle of 61.84º 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 #EDF08E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB237240142-
CMYK0.0100.410.06
HSL61.84º76.56%74.9%-
HSV(B)61.84º40.83%94.12%-
XYZ70.9782.2837.73-
YUV227.9379.51134.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 142 (55.86% from 255) = 22.94%
R=38.29%
G=38.77%
B=22.94%

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
Decimal2372401420.0100.410.0661.8476.5674.9
HexEDF08E102963e4d4b
Octal3553602161051676115113
Binary1110110111110000100011101010100111011111010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF08E; }

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

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

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

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

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

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

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

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