#E0F29A

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

Shades of Jonquil #E0F29A

Tints of Jonquil #E0F29A

Color information

#E0F29A (or 0xE0F29A) is unknown color: approx Jonquil. HEX triplet: E0, F2 and 9A. RGB value is (224,242,154). Sum of RGB (Red+Green+Blue) = 224+242+154=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F29A is #1F0D65. Grayscale: #E2E2E2. Windows color (decimal): -2035046 or 10154720. OLE color: 10154720.

HSL color Cylindrical-coordinate representation of color #E0F29A: hue angle of 72.27º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0F29A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB224242154-
CMYK0.0700.360.05
HSL72.27º77.19%77.65%-
HSV(B)72.27º36.36%94.9%-
XYZ68.3381.6842.74-
YUV226.5987.04126.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.13%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 154 (60.55% from 255) = 24.84%
R=36.13%
G=39.03%
B=24.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242421540.0700.360.0572.2777.1977.65
HexE0F29A70245484d4e
Octal34036223270445110115116
Binary1110000011110010100110101110100100101100100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F29A; }

 p { color: rgb(224,242,154); }

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

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

 a { background-color: rgb(224,242,154); }

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

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

 span { border-color: rgb(224,242,154); }

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