#E0EF8D

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

Shades of Jonquil #E0EF8D

Tints of Jonquil #E0EF8D

Color information

#E0EF8D (or 0xE0EF8D) is unknown color: approx Jonquil. HEX triplet: E0, EF and 8D. RGB value is (224,239,141). Sum of RGB (Red+Green+Blue) = 224+239+141=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EF8D is #1F1072. Grayscale: #DFDFDF. Windows color (decimal): -2035827 or 9301984. OLE color: 9301984.

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

Color convert

RGB224239141-
CMYK0.0600.410.06
HSL69.18º75.38%74.51%-
HSV(B)69.18º41%93.73%-
XYZ66.4179.537.04-
YUV223.3481.53128.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=37.09%
G=39.57%
B=23.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391410.0600.410.0669.1875.3874.51
HexE0EF8D60296454b4b
Octal34035721560516105113113
Binary1110000011101111100011011100101001110100010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EF8D; }

 p { color: rgb(224,239,141); }

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

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

 a { background-color: rgb(224,239,141); }

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

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

 span { border-color: rgb(224,239,141); }

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