#EAF194

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

Shades of Jonquil #EAF194

Tints of Jonquil #EAF194

Color information

#EAF194 (or 0xEAF194) is unknown color: approx Jonquil. HEX triplet: EA, F1 and 94. RGB value is (234,241,148). Sum of RGB (Red+Green+Blue) = 234+241+148=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF194 is #150E6B. Grayscale: #E4E4E4. Windows color (decimal): -1379948 or 9761258. OLE color: 9761258.

HSL color Cylindrical-coordinate representation of color #EAF194: hue angle of 64.52º degrees, saturation: 0.77, 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 #EAF194 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB234241148-
CMYK0.0300.390.05
HSL64.52º76.86%76.27%-
HSV(B)64.52º38.59%94.51%-
XYZ70.7382.5440.22-
YUV228.382.68132.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 241 (94.53% from 255) = 38.68%
BLUE value IS 148 (58.20% from 255) = 23.76%
R=37.56%
G=38.68%
B=23.76%

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
Decimal2342411480.0300.390.0564.5276.8676.27
HexEAF19430275414d4c
Octal35236122430475101115114
Binary111010101111000110010100110100111101100000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF194; }

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

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

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

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

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

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

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

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