#EAEF8F

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

Shades of Jonquil #EAEF8F

Tints of Jonquil #EAEF8F

Color information

#EAEF8F (or 0xEAEF8F) is unknown color: approx Jonquil. HEX triplet: EA, EF and 8F. RGB value is (234,239,143). Sum of RGB (Red+Green+Blue) = 234+239+143=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 143 (56.25% from 255 or 23.21% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEF8F is #151070. Grayscale: #E2E2E2. Windows color (decimal): -1380465 or 9433066. OLE color: 9433066.

HSL color Cylindrical-coordinate representation of color #EAEF8F: hue angle of 63.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAEF8F is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB234239143-
CMYK0.0200.400.06
HSL63.12º75%74.9%-
HSV(B)63.12º40.17%93.73%-
XYZ69.7681.2137.98-
YUV226.5680.84133.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 239 (93.75% from 255) = 38.80%
BLUE value IS 143 (56.25% from 255) = 23.21%
R=37.99%
G=38.80%
B=23.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391430.0200.400.0663.127574.9
HexEAEF8F202863f4b4b
Octal3523572172050677113113
Binary11101010111011111000111110010100011011111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEF8F; }

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

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

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

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

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

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

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

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