#EFDF94

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

Shades of Vis Vis #EFDF94

Tints of Vis Vis #EFDF94

Color information

#EFDF94 (or 0xEFDF94) is unknown color: approx Vis Vis. HEX triplet: EF, DF and 94. RGB value is (239,223,148). Sum of RGB (Red+Green+Blue) = 239+223+148=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF94 is #10206B. Grayscale: #DBDBDB. Windows color (decimal): -1056876 or 9756655. OLE color: 9756655.

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

Color convert

RGB239223148-
CMYK00.070.380.06
HSL49.45º73.98%75.88%-
HSV(B)49.45º38.08%93.73%-
XYZ67.3373.2638.61-
YUV219.2387.8142.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 148 (58.20% from 255) = 24.26%
R=39.18%
G=36.56%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922314800.070.380.0649.4573.9875.88
HexEFDF9407266314a4c
Octal3573372240746661112114
Binary111011111101111110010100011110011011011000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF94; }

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

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

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

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

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

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

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

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