#EFEC94

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

Shades of Jonquil #EFEC94

Tints of Jonquil #EFEC94

Color information

#EFEC94 (or 0xEFEC94) is unknown color: approx Jonquil. HEX triplet: EF, EC and 94. RGB value is (239,236,148). Sum of RGB (Red+Green+Blue) = 239+236+148=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC94 is #10136B. Grayscale: #E3E3E3. Windows color (decimal): -1053548 or 9759983. OLE color: 9759983.

HSL color Cylindrical-coordinate representation of color #EFEC94: hue angle of 58.02º 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 #EFEC94 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239236148-
CMYK00.010.380.06
HSL58.02º73.98%75.88%-
HSV(B)58.02º38.08%93.73%-
XYZ70.9480.4839.81-
YUV226.8683.49136.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 148 (58.20% from 255) = 23.76%
R=38.36%
G=37.88%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923614800.010.380.0658.0273.9875.88
HexEFEC94012663a4a4c
Octal3573542240146672112114
Binary1110111111101100100101000110011011011101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC94; }

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

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

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

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

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

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

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

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