#EFEF94

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

Shades of Jonquil #EFEF94

Tints of Jonquil #EFEF94

Color information

#EFEF94 (or 0xEFEF94) is unknown color: approx Jonquil. HEX triplet: EF, EF and 94. RGB value is (239,239,148). Sum of RGB (Red+Green+Blue) = 239+239+148=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF94 is #10106B. Grayscale: #E4E4E4. Windows color (decimal): -1052780 or 9760751. OLE color: 9760751.

HSL color Cylindrical-coordinate representation of color #EFEF94: hue angle of 60º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFEF94 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239239148-
CMYK000.380.06
HSL60º73.98%75.88%-
HSV(B)60º38.08%93.73%-
XYZ71.8182.2240.1-
YUV228.6382.5135.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 148 (58.20% from 255) = 23.64%
R=38.18%
G=38.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239148000.380.066073.9875.88
HexEFEF94002663c4a4c
Octal3573572240046674112114
Binary1110111111101111100101000010011011011110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEF94; }

 p { color: rgb(239,239,148); }

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

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

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

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

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

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

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