#EFED94

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

Shades of Jonquil #EFED94

Tints of Jonquil #EFED94

Color information

#EFED94 (or 0xEFED94) is unknown color: approx Jonquil. HEX triplet: EF, ED and 94. RGB value is (239,237,148). Sum of RGB (Red+Green+Blue) = 239+237+148=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED94 is #10126B. Grayscale: #E3E3E3. Windows color (decimal): -1053292 or 9760239. OLE color: 9760239.

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

Color convert

RGB239237148-
CMYK00.010.380.06
HSL58.68º73.98%75.88%-
HSV(B)58.68º38.08%93.73%-
XYZ71.2381.0639.91-
YUV227.4583.16136.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 148 (58.20% from 255) = 23.72%
R=38.30%
G=37.98%
B=23.72%

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
Decimal23923714800.010.380.0658.6873.9875.88
HexEFED94012663b4a4c
Octal3573552240146673112114
Binary1110111111101101100101000110011011011101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED94; }

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

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

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

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

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

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

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

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