#EAF294

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

Shades of Jonquil #EAF294

Tints of Jonquil #EAF294

Color information

#EAF294 (or 0xEAF294) is unknown color: approx Jonquil. HEX triplet: EA, F2 and 94. RGB value is (234,242,148). Sum of RGB (Red+Green+Blue) = 234+242+148=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF294 is #150D6B. Grayscale: #E5E5E5. Windows color (decimal): -1379692 or 9761514. OLE color: 9761514.

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

Color convert

RGB234242148-
CMYK0.0300.390.05
HSL65.11º78.33%76.47%-
HSV(B)65.11º38.84%94.9%-
XYZ71.0383.1340.32-
YUV228.8982.35131.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 148 (58.20% from 255) = 23.72%
R=37.5%
G=38.78%
B=23.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421480.0300.390.0565.1178.3376.47
HexEAF29430275414e4c
Octal35236222430475101116114
Binary111010101111001010010100110100111101100000110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF294; }

 p { color: rgb(234,242,148); }

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

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

 a { background-color: rgb(234,242,148); }

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

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

 span { border-color: rgb(234,242,148); }

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