#E4ED95

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

Shades of Jonquil #E4ED95

Tints of Jonquil #E4ED95

Color information

#E4ED95 (or 0xE4ED95) is unknown color: approx Jonquil. HEX triplet: E4, ED and 95. RGB value is (228,237,149). Sum of RGB (Red+Green+Blue) = 228+237+149=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #E4ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4ED95 is #1B126A. Grayscale: #E0E0E0. Windows color (decimal): -1774187 or 9825764. OLE color: 9825764.

HSL color Cylindrical-coordinate representation of color #E4ED95: hue angle of 66.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4ED95 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB228237149-
CMYK0.0400.370.07
HSL66.14º70.97%75.69%-
HSV(B)66.14º37.13%92.94%-
XYZ67.779.2340.16-
YUV224.2885.52130.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 149 (58.59% from 255) = 24.27%
R=37.13%
G=38.60%
B=24.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282371490.0400.370.0766.1470.9775.69
HexE4ED954025742474c
Octal34435522540457102107114
Binary1110010011101101100101011000100101111100001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ED95; }

 p { color: rgb(228,237,149); }

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

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

 a { background-color: rgb(228,237,149); }

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

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

 span { border-color: rgb(228,237,149); }

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