#EFDC94

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

Shades of Vis Vis #EFDC94

Tints of Vis Vis #EFDC94

Color information

#EFDC94 (or 0xEFDC94) is unknown color: approx Vis Vis. HEX triplet: EF, DC and 94. RGB value is (239,220,148). Sum of RGB (Red+Green+Blue) = 239+220+148=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC94 is #10236B. Grayscale: #D9D9D9. Windows color (decimal): -1057644 or 9755887. OLE color: 9755887.

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

Color convert

RGB239220148-
CMYK00.080.380.06
HSL47.47º73.98%75.88%-
HSV(B)47.47º38.08%93.73%-
XYZ66.5471.6838.34-
YUV217.4788.79143.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 148 (58.20% from 255) = 24.38%
R=39.37%
G=36.24%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922014800.080.380.0647.4773.9875.88
HexEFDC94082662f4a4c
Octal35733422401046657112114
Binary1110111111011100100101000100010011011010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC94; }

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

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

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

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

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

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

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

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