#EAF69D

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

Shades of Jonquil #EAF69D

Tints of Jonquil #EAF69D

Color information

#EAF69D (or 0xEAF69D) is unknown color: approx Jonquil. HEX triplet: EA, F6 and 9D. RGB value is (234,246,157). Sum of RGB (Red+Green+Blue) = 234+246+157=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 157 (61.72% from 255 or 24.65% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF69D is #150962. Grayscale: #E8E8E8. Windows color (decimal): -1378659 or 10352362. OLE color: 10352362.

HSL color Cylindrical-coordinate representation of color #EAF69D: hue angle of 68.09º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAF69D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB234246157-
CMYK0.0500.360.04
HSL68.09º83.18%79.02%-
HSV(B)68.09º36.18%96.47%-
XYZ72.9785.8444.62-
YUV232.2785.52129.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 157 (61.72% from 255) = 24.65%
R=36.73%
G=38.62%
B=24.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461570.0500.360.0468.0983.1879.02
HexEAF69D5024444534f
Octal35236623550444104123117
Binary1110101011110110100111011010100100100100010010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF69D; }

 p { color: rgb(234,246,157); }

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

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

 a { background-color: rgb(234,246,157); }

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

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

 span { border-color: rgb(234,246,157); }

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