#E5ED86

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

Shades of Jonquil #E5ED86

Tints of Jonquil #E5ED86

Color information

#E5ED86 (or 0xE5ED86) is unknown color: approx Jonquil. HEX triplet: E5, ED and 86. RGB value is (229,237,134). Sum of RGB (Red+Green+Blue) = 229+237+134=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5ED86 is #1A1279. Grayscale: #DFDFDF. Windows color (decimal): -1708666 or 8842725. OLE color: 8842725.

HSL color Cylindrical-coordinate representation of color #E5ED86: hue angle of 64.66º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5ED86 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB229237134-
CMYK0.0300.430.07
HSL64.66º74.1%72.75%-
HSV(B)64.66º43.46%92.94%-
XYZ66.978.9534.27-
YUV222.8777.85132.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.17%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=38.17%
G=39.5%
B=22.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292371340.0300.430.0764.6674.172.75
HexE5ED86302B7414a49
Octal34535520630537101112111
Binary111001011110110110000110110101011111100000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ED86; }

 p { color: rgb(229,237,134); }

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

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

 a { background-color: rgb(229,237,134); }

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

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

 span { border-color: rgb(229,237,134); }

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