#EAF18F

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

Shades of Jonquil #EAF18F

Tints of Jonquil #EAF18F

Color information

#EAF18F (or 0xEAF18F) is unknown color: approx Jonquil. HEX triplet: EA, F1 and 8F. RGB value is (234,241,143). Sum of RGB (Red+Green+Blue) = 234+241+143=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF18F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF18F is #150E70. Grayscale: #E4E4E4. Windows color (decimal): -1379953 or 9433578. OLE color: 9433578.

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

Color convert

RGB234241143-
CMYK0.0300.410.05
HSL64.29º77.78%75.29%-
HSV(B)64.29º40.66%94.51%-
XYZ70.3482.3938.18-
YUV227.7480.18132.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 143 (56.25% from 255) = 23.14%
R=37.86%
G=39.00%
B=23.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411430.0300.410.0564.2977.7875.29
HexEAF18F30295404e4b
Octal35236121730515100116113
Binary111010101111000110001111110101001101100000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF18F; }

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

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

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

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

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

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

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

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