#E4ED96

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

Shades of Jonquil #E4ED96

Tints of Jonquil #E4ED96

Color information

#E4ED96 (or 0xE4ED96) is unknown color: approx Jonquil. HEX triplet: E4, ED and 96. RGB value is (228,237,150). Sum of RGB (Red+Green+Blue) = 228+237+150=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #E4ED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4ED96 is #1B1269. Grayscale: #E0E0E0. Windows color (decimal): -1774186 or 9891300. OLE color: 9891300.

HSL color Cylindrical-coordinate representation of color #E4ED96: hue angle of 66.21º 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 #E4ED96 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB228237150-
CMYK0.0400.370.07
HSL66.21º70.73%75.88%-
HSV(B)66.21º36.71%92.94%-
XYZ67.7879.2640.58-
YUV224.3986.02130.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 150 (58.98% from 255) = 24.39%
R=37.07%
G=38.54%
B=24.39%

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
Decimal2282371500.0400.370.0766.2170.7375.88
HexE4ED964025742474c
Octal34435522640457102107114
Binary1110010011101101100101101000100101111100001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ED96; }

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

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

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

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

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

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

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

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